JavaScript:Compiler References: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 13: Line 13:
== VM ==
== VM ==
* [http://www.lua.org/doc/jucs05.pdf The Implementation of Lua 5.0]
* [http://www.lua.org/doc/jucs05.pdf The Implementation of Lua 5.0]
* [http://codespeak.net/pypy/extradoc/talk/icooolps2009/bolz-tracing-jit.pdf Tracing the meta-level: PyPy's tracing JIT compiler]
* [http://people.mozilla.org/~gal/compressed.tracemonkey-pldi-09.pdf Trace-based Just-in-Time Type Specialization for Dynamic Languages]
* Language-Independent Sandboxing of Just-In-Time Compilation and Self-Modifying Code (see http://groups.google.com/group/mozilla.dev.tech.js-engine.internals/browse_thread/thread/4a63ab71f6c50fce)
* Language-Independent Sandboxing of Just-In-Time Compilation and Self-Modifying Code (see http://groups.google.com/group/mozilla.dev.tech.js-engine.internals/browse_thread/thread/4a63ab71f6c50fce)
* [http://wingolog.org/archives/2011/06/21/security-implications-of-jit-compilation security implications of jit compilation]
* [http://wingolog.org/archives/2011/06/21/security-implications-of-jit-compilation security implications of jit compilation]

Revision as of 23:10, 23 July 2011