Module Name: othersrc Committed By: dholland Date: Sat Mar 23 21:33:28 UTC 2013
Modified Files: othersrc/usr.bin/dholland-make2: make.c Log Message: Improve the toBeMade queue code so it doesn't do bulk array shifts every time you remove something from the queue head. If this turns out not to be good enough it can be tuned and/or made into a circular queue later. (Also, in the long run, the non-tail insertions may go away; they seem to chiefly be associated with the .ORDER implementation and may not be needed after the primary graph structure gets some strengthening.) To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 othersrc/usr.bin/dholland-make2/make.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.