Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc



Module Name:    basesrc
Committed By:   mycroft
Date:           Sat Jun 10 13:48:50 UTC 2000

Modified Files:
        basesrc/usr.bin/make: parse.c

Log Message:
Nuke an `optimization' that made source list creation O(n^2).  This may cause
more memory to be used with stupid Makefiles, but it saves a fair amount of
time (~13% just for libc) with sane ones.


To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 basesrc/usr.bin/make/parse.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index