3
votes
2answers
425 views
How do the various Javascript optimization projects affect DOM performance?
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 …
3
votes
2answers
226 views
What are the code and data footprints of the leading javascript engines? (V8, Squirrelfish, TraceMonkey..)
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?
0
votes
2answers
126 views
How to detect TraceMonkey?
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 …
