English 中文(简体)
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 public use? Should I stick back to SpiderMonkey or switch to Google s V8 altogether - if TraceMonkey is not available for public download?

最佳回答

TraceMonkey is a patch set that has been applied to SpiderMonkey when you get the latest version of SpiderMonkey you get TraceMonkey. See http://ejohn.org/blog/tracemonkey/

问题回答

TraceMonkey is part of FireFox version 3.1 and above. you still have to know how to enable it to take advantage. Here s how it works:

  1. Open about:config in your browser.
  2. Paste javascript.options.jit.content into the filter.
  3. Double-click the remaining preference to set the boolean to true.

EDIT

Maybe this is what you are looking for:

http://hg.mozilla.org/tracemonkey

I know you want it for embedding, but for those who just want to use Tracemonkey/Spidermonkey, a nice way is to install Firefox and the Prism add-on which allows you to turn a web page (or URL) into an application. Not quite the same as Microsoft s .HTA files, but if you can write your app inside a web page this will work.





相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签