Tagged Questions
The tracemonkey tag has no wiki summary.
5
votes
2answers
963 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
706 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?
2
votes
2answers
188 views
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? ...
1
vote
1answer
207 views
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 ...
0
votes
3answers
137 views
TraceMonkey and GNU GPL license
I am trying to embed a Javascript engine into my application. But the license for Mozilla Javascript engine is GNU/GPL/MPL based and I don't have the time and energy to digest the cryptic legal ...
0
votes
3answers
2k views
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 ...
0
votes
2answers
331 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 ...