JavaScript:Compiler References: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 32: Line 32:
* [http://www.agner.org/optimize/optimizing_assembly.pdf Optimizing subroutines in assembly language]
* [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]
* [http://www.agner.org/optimize/microarchitecture.pdf The microarchitecture of Intel, AMD and VIA CPUs An optimization guide for assembly programmers and compiler makers]
== Other ==
* http://www.hackersdelight.org/

Revision as of 23:19, 23 July 2011

JIT

SSA

VM

Garbage Collection

Assembly

Other