hot questions tagged tracemonkey - Stack Overflowmost recent 30 from stackoverflow.com2009-11-28T01:44:13Zhttp://stackoverflow.com/feeds/tag?tagnames=tracemonkey&sort=hothttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1517052/how-to-detect-tracemonkey0How to detect TraceMonkey?pts2009-10-04T18:29:15Z2009-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/301422/what-are-the-code-and-data-footprints-of-the-leading-javascript-engines-v8-squ3 What are the code and data footprints of the leading javascript engines? (V8, Squirrelfish, TraceMonkey..)Marty2008-11-19T09:53:01Z2009-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/406097/how-do-the-various-javascript-optimization-projects-affect-dom-performance3How do the various Javascript optimization projects affect DOM performance?Alan Storm2009-01-02T05:19:06Z2009-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>