JavaScript:Compiler References: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:
* [http://kryptoslogic.com/download/JIT_Mitigations.pdf JIT spraying and mitigations]
* [http://kryptoslogic.com/download/JIT_Mitigations.pdf JIT spraying and mitigations]
* [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]
* [http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.78.1412&rep=rep1&type=pdf Fast, effective code generation in a just-in-time Java compiler
* [http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.78.1412&rep=rep1&type=pdf Fast, effective code generation in a just-in-time Java compiler]


== SSA ==
== SSA ==

Revision as of 15:47, 24 July 2011

JIT

SSA

VM

Garbage Collection

Assembly

Other