mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
1a4b241ed2
unix now has an autoconf based make system. currently the new make system only makes parser related files, back end stuff to be added soon. mac and windows makesystems will be checked in next. parser.cpp has been factored into token.*, lexer.*, and parser.* utilities.cpp has been factored into formatter.*, exception.*, mem.*, strings.*,ds.h, stlcfg.h, and algo.h
14 lines
457 B
Plaintext
14 lines
457 B
Plaintext
2001-01-30 <rginda@netscape.com>
|
|
|
|
* broke apart some classes contained parser.* and utilities.* into
|
|
seperate files.
|
|
parser.* begat lexer.*, token.*, reader.*
|
|
utilities.* begat mem.*, stlcfg.h, ds.h, strings.*, exception.*,
|
|
formatter.*, and algo.h
|
|
* parser reorg compile time data:
|
|
|
|
new layout: 0:48.01elapsed 86%CPU
|
|
old layout: 0:55.85elapsed 57%CPU
|
|
|
|
(old layout includes only hash numerics utilities parser world object
|
|
files) |