JavaScript:TraceMonkey: Difference between revisions

Mark as Outdated
No edit summary
(Mark as Outdated)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{OutdatedSpiderMonkey}}
== About TraceMonkey ==
== About TraceMonkey ==
TraceMonkey adds native‐code compilation to Mozilla’s JavaScript engine (known as “SpiderMonkey”). It is based on a technique developed at UC Irvine called [http://www.ics.uci.edu/%7Efranz/Site/pubs-pdf/ICS-TR-06-16.pdf “trace trees”], and building on code and ideas shared with the Tamarin Tracing project. The net result is a massive speed increase both in the browser chrome and Web‐page content.
TraceMonkey adds native‐code compilation to Mozilla’s JavaScript® engine (known as “SpiderMonkey”). It is based on a technique developed at UC Irvine called [http://www.ics.uci.edu/%7Efranz/Site/pubs-pdf/ICS-TR-06-16.pdf “trace trees”], and building on code and ideas shared with the Tamarin Tracing project. The net result is a massive speed increase both in the browser chrome and Web‐page content.


== Playing with TraceMonkey ==
== Playing with TraceMonkey ==
52

edits