JS engine modularization: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 25: Line 25:
* js/src/ds
* js/src/ds
** LifoAlloc, Vector, HashMap/Set, ...
** LifoAlloc, Vector, HashMap/Set, ...
* js/src/methodjit
* js/src/jit
* js/src/ion
* js/src/vm: central, execution-mode-independent data structures: types and operations
* js/src/vm: central, execution-mode-independent data structures: types and operations
** [https://bugzilla.mozilla.org/show_bug.cgi?id=644074 Stack]: execution stack (done)
** [https://bugzilla.mozilla.org/show_bug.cgi?id=644074 Stack]: execution stack (done)
Confirmed users
328

edits

Navigation menu