Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 12/05/2000 17:28:56
Module Name: basesrc
Committed By: sommerfeld
Date: Tue Dec 5 15:28:56 UTC 2000
Modified Files:
basesrc/usr.bin/make: job.c
Log Message:
Make clearfd() take O(1) time instead of O(N) by moving only the last
job in the arrays to the hole made by the now-dead job. No
measureable performance difference for -j4, but the code is simpler
this way.
To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 basesrc/usr.bin/make/job.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.