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

Berker Peksağ berker.peksag at gmail.com
Wed Jul 4 18:21:57 CEST 2012


On Wed, Jul 4, 2012 at 7:06 PM, Alex Gaynor <alex.gaynor at gmail.com> wrote:
>
>
> 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.

Yes, it's removed from SpiderMonkey:

https://bugzilla.mozilla.org/show_bug.cgi?id=698201
http://blog.mozilla.org/nnethercote/2011/11/23/memshrink-progress-report-week-23/

--Berker

>
> 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 at python.org
> http://mail.python.org/mailman/listinfo/pypy-dev
>


More information about the pypy-dev mailing list