initial checkin for source reorg. leaf copied mozilla/js/js2 to mozilla/js2/src, mozilla/js/js2/jsc to mozilla/js2/jsc, mozilla/js/js2/tools to mozilla/js2/tools, and mozilla/js/semantics to mozilla/js2/semantics
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
2001-02-07 21:21:22 +00:00
|
|
|
2001-01-30 <rginda@netscape.com>
|
|
|
|
|
|
|
|
* broke apart some classes contained parser.* and utilities.* into
|
2005-11-25 08:16:51 +00:00
|
|
|
separate files.
|
initial checkin for source reorg. leaf copied mozilla/js/js2 to mozilla/js2/src, mozilla/js/js2/jsc to mozilla/js2/jsc, mozilla/js/js2/tools to mozilla/js2/tools, and mozilla/js/semantics to mozilla/js2/semantics
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
2001-02-07 21:21:22 +00:00
|
|
|
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)
|