active questions tagged tracemonkey - Stack Overflow most recent 30 from stackoverflow.com 2009-12-01T11:09:12Z http://stackoverflow.com/feeds/tag/tracemonkey http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/301422/what-are-the-code-and-data-footprints-of-the-leading-javascript-engines-v8-squ 3 What are the code and data footprints of the leading javascript engines? (V8, Squirrelfish, TraceMonkey..) Marty 2008-11-19T09:53:01Z 2009-11-05T04:34:43Z <p>Since the speed of the top Javascript engines seems to be on par, the next criteria is footprint. What are the code and data footprints of the leading javascript engines?</p> http://stackoverflow.com/questions/1517052/how-to-detect-tracemonkey 0 How to detect TraceMonkey? pts 2009-10-04T18:29:15Z 2009-10-08T07:45:07Z <p>Is it possible to detect that a Firefox browser is running the TraceMonkey JavaScript interpreter? If so, is it possible to do it with JavaScript? A solution which involves examining the browser binary or shared libraries is also OK for me. I'm running Linux with Firefox 3.0.14 right now.</p> http://stackoverflow.com/questions/406097/how-do-the-various-javascript-optimization-projects-affect-dom-performance 3 How do the various Javascript optimization projects affect DOM performance? Alan Storm 2009-01-02T05:19:06Z 2009-01-02T08:52:14Z <p>There's a lot of capital C, capital S computer science going into Javascript via the Tracemonkey, Squirrelfish, and V8 projects. Do any of these projects (or others) address the performance of DOM operations, or are they purely Javascript computation related?</p>