[pypy-dev] Any publications regarding PyPy / trace-based JIT compiler?

Alex Gaynor alex.gaynor at gmail.com
Wed Jul 4 18:06:50 CEST 2012


On Wed, Jul 4, 2012 at 8:59 AM, Paulo Köch <paulo.koch at gmail.com> wrote:

> On Wed, Jul 4, 2012 at 4:49 PM, David Edelsohn <dje.gcc at gmail.com> wrote:
> > Also, I believe that Firefox, Chrome and Safari JavaScript JITs now
> > are all method-based.
>
> This needs to be confirmed but, I really think Firefox's TraceMonkey
> is a tracing JIT and Chrome's v8 is a method JIT.
> _______________________________________________
> pypy-dev mailing list
> pypy-dev at python.org
> http://mail.python.org/mailman/listinfo/pypy-dev
>

Tracemonkey *was* a tracing JIT, at this point it's being (if not has
already been) removed in favor of IonMonkey which is a method JIT.

Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." -- Evelyn Beatrice Hall (summarizing Voltaire)
"The people's good is the highest law." -- Cicero
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20120704/63554937/attachment.html>


More information about the pypy-dev mailing list