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

> On Wed, Jul 4, 2012 at 4:49 PM, David Edelsohn <dje....@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@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
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to