[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Another attempt to create JIT compiler for Python has failed
- From: Dibyendu Majumdar <mobile@...>
- Date: Tue, 21 Feb 2017 00:28:03 +0000
Hi,
This may be of interest to anyone interested in creating JITs for
dynamic languages.
https://blog.pyston.org/
Javascript on the other hand has had a lot of success with multiple
successful JIT implementations.
Is Lua somewhere in between Python and Javascript? Unfortunately I do
not code in Javascript so I am not sure what makes it easier to
implement JIT for it compared to Lua.
Regards
Dibyendu