JavaScript:Compiler References: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 30: Line 30:
* [http://www.research.ibm.com/mre05/Click.pdf Pauseless GC in the Azul JVM]
* [http://www.research.ibm.com/mre05/Click.pdf Pauseless GC in the Azul JVM]
* [http://www.iecc.com/gclist/GC-faq.html GC FAQ]
* [http://www.iecc.com/gclist/GC-faq.html GC FAQ]
* [http://blogs.msdn.com/b/abhinaba/archive/2009/01/25/back-to-basic-series-on-dynamic-memory-management.aspx Back to basic: Series on dynamic memory management]


== Assembly ==
== Assembly ==
Line 39: Line 40:
* [http://www.cs.usfca.edu/~galles/compilerdesign/ Mordern Compiler Design]
* [http://www.cs.usfca.edu/~galles/compilerdesign/ Mordern Compiler Design]
* http://www.hackersdelight.org/
* http://www.hackersdelight.org/
* http://reddit.com/r/compilers

Revision as of 10:08, 24 July 2011

JIT

SSA

VM

Garbage Collection

Assembly

Other