JavaScript:Compiler References: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 26: Line 26:
* [http://db.usenix.org/events/vee05/full_papers/p153-yunhe.pdf Virtual Machine Showdown: Stack Versus Registers]
* [http://db.usenix.org/events/vee05/full_papers/p153-yunhe.pdf Virtual Machine Showdown: Stack Versus Registers]
* [http://citeseerx.ist.psu.edu/viewdoc/download;jsessionid=181EEF66EB411F4277C009A1D492CF75?doi=10.1.1.14.9450&rep=rep1&type=pdf Ropes: an Alternative to Strings]
* [http://citeseerx.ist.psu.edu/viewdoc/download;jsessionid=181EEF66EB411F4277C009A1D492CF75?doi=10.1.1.14.9450&rep=rep1&type=pdf Ropes: an Alternative to Strings]
* [http://domino.research.ibm.com/library/cyberdig.nsf/papers/D08914EA5DED51398525739F000896EF/$File/RT0550.pdf Array Bounds Check Elimination Utilizing a Page Protection Mechanism]


== Garbage Collection ==
== Garbage Collection ==

Revision as of 15:46, 24 July 2011

JIT

SSA

VM

Garbage Collection

Assembly

Other