[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Another attempt to create JIT compiler for Python has failed
- From: Dibyendu Majumdar <mobile@...>
- Date: Tue, 21 Feb 2017 00:47:43 +0000
On 21 February 2017 at 00:43, Hisham <h@hisham.hm> wrote:
> On 20 February 2017 at 21:28, Dibyendu Majumdar <mobile@majumdar.org.uk> wrote:
>> Javascript on the other hand has had a lot of success with multiple
>> successful JIT implementations.
>
> I don't follow the Javascript space closely, and I always assumed that
> V8 was the relevant player there when talking stand-alone JS
> implementation, so this got me curious. Which are the other ones?
Mozilla SpiderMonkey
WebKit JavaScriptCore
Microsoft ChakraCore
And interesting none are tracing JITs as far as I know.
Regards