mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
db820cf720
patch by unknown@simplemachines.org r=timeless rs=brendan
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
|
|
separate 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) |