JavaScript:Compiler References: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 28: Line 28:
* [http://www.cs.utexas.edu/users/mckinley/395Tmm/talks/May-4-MMTk.ppt Myths & Realties The Performance Impact of Garbage Collection]
* [http://www.cs.utexas.edu/users/mckinley/395Tmm/talks/May-4-MMTk.ppt Myths & Realties The Performance Impact of Garbage Collection]
* [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]
== Assembly ==
* [http://www.agner.org/optimize/optimizing_assembly.pdf Optimizing subroutines in assembly language]
* [http://www.agner.org/optimize/microarchitecture.pdf The microarchitecture of Intel, AMD and VIA CPUs An optimization guide for assembly programmers and compiler makers]

Revision as of 23:13, 23 July 2011

JIT

SSA

VM

Garbage Collection

Assembly