Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 09/14/1999 19:56:36
Module Name:	basesrc
Committed By:	mycroft
Date:		Wed Sep 15 02:56:35 UTC 1999

Modified Files:
	basesrc/usr.bin/make: make.h targ.c var.c

Log Message:
Replace the linear variable list in the GNode with a hash table.  Gives a
small (~10% on my machine) speedup building libc.
Changes by: perry (+ bug fix and minor change by me)
Reviewed by: mycroft sommerfeld


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 basesrc/usr.bin/make/make.h
cvs rdiff -r1.16 -r1.17 basesrc/usr.bin/make/targ.c
cvs rdiff -r1.35 -r1.36 basesrc/usr.bin/make/var.c

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