Shoutbox

Tracemonkey - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: Tracemonkey (/showthread.php?tid=86819)

Tracemonkey by Ezra on 10-22-2008 at 07:54 PM

Is there any chance that Plus! could use the Tracemonkey engine to power the scripts?

https://wiki.mozilla.org/JavaScript:TraceMonkey


Could be a nice addition.


RE: Tracemonkey by prashker on 10-22-2008 at 08:06 PM

For those mildly retarded (like myself)...what can this accomplish. I mean like what can we do with this JavaScript addition that we can't do in normal JavaScript :p


RE: Tracemonkey by Ezra on 10-22-2008 at 08:11 PM

quote:
Originally posted by SonicSam
For those mildly retarded (like myself)...what can this accomplish. I mean like what can we do with this JavaScript addition that we can't do in normal JavaScript :p

Instead of interpreting the code and executing the appropriate actions the javascript code is compiled just in time to be executed natively on your processor, so this means it's MUCH faster. And that's not all Tracemonkey can do, but for the full explanation read the document describing Trace Trees
RE: Tracemonkey by matty on 10-22-2008 at 08:13 PM

The entire engine is not likely to be ported over...


RE: Tracemonkey by -dt- on 10-22-2008 at 09:29 PM

quote:
Originally posted by Ezra
Is there any chance that Plus! could use the Tracemonkey engine to power the scripts?

https://wiki.mozilla.org/JavaScript:TraceMonkey


Could be a nice addition.
its still the spidermonkey engine, and its debatable if tracemonkey is stable enough for plus.....
RE: Tracemonkey by markee on 10-28-2008 at 11:49 AM

quote:
Originally posted by -dt-
and its debatable if tracemonkey is stable enough for plus
From what I have seen of it there is a quick and simple answer, NO!

Plus because of the few little changes between JScript and JavaScript, there will be many scripts needing to be updated (to make sure date formats are correct for example), which is just silly (everyone like backwards compatibility).

Also, do scripts really need to be any faster?
RE: Tracemonkey by Ezra on 10-28-2008 at 12:53 PM

quote:
Originally posted by markee
Plus because of the few little changes between JScript and JavaScript, there will be many scripts needing to be updated (to make sure date formats are correct for example), which is just silly (everyone like backwards compatibility).

Also, do scripts really need to be any faster?

Well, the spidermonkey/tracemonkey engine would need to be changed to support Jscript, maybe the community could help?