Tracemonkey, a descendant of SpiderMonkey, adds native-code compilation to Mozilla's Javascript engine.
Questions tagged [tracemonkey]
6 questions
11
votes
2 answers
How to save a tab's memory state in Firefox/Chrome?
I want to be able to save a tab's state in Firefox or Google Chrome so that I can restore it later, through writing a custom add-on/plug-in/extension.
The closest thing I can find is Firefox's session store API, which can save form data and scroll…

netvope
- 7,647
- 7
- 32
- 42
5
votes
2 answers
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 operations, or are they purely Javascript…

Alana Storm
- 164,128
- 91
- 395
- 599
5
votes
2 answers
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?
Marty
4
votes
2 answers
Once again: How to get DOM in JavaScript Engine? Has this somebody done?
There are several questions and tips about getting the DOM into Spider-, Trace- or JaegerMonkey. But has anyone done this? Is somewhere out there a in C embedable working JS-Engine including the DOM? OR at least a easy to do tutorial?

christian
- 425
- 5
- 15
1
vote
3 answers
Where Do I Download TraceMonkey?
I can get the Spidermonkey javascript engine from here:
http://www.mozilla.org/js/spidermonkey/
And, I know that Tracemonkey is the newer version released after SpiderMonkey but I cannot find the download link for it in Mozilla? Is it released for…

JavaMan
- 4,954
- 4
- 41
- 69
0
votes
2 answers
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 binary or shared libraries is also OK for me. I'm…

pts
- 80,836
- 20
- 110
- 183