JS engine modularization: Difference between revisions

Line 23: Line 23:
** Interpreter (ideally, if we had maximum code reuse, this would be just the one function calling lots of module (inline) functions)
** Interpreter (ideally, if we had maximum code reuse, this would be just the one function calling lots of module (inline) functions)
** Grotty bits and bobs that don't make sense to modularize
** Grotty bits and bobs that don't make sense to modularize
* js/src/ds
** LifoAlloc, Vector, HashMap/Set, ...
* js/src/methodjit
* js/src/methodjit
* js/src/tracejit
* js/src/tracejit
Confirmed users
367

edits