
On Mon, Jun 29, 2020 at 2:50 AM <redradist@gmail.com> wrote:
Ned Batchelder wrote:
On 5/25/20 6:02 AM, redradist@gmail.com wrote:
Hi all, I do not know maybe it was already discussed ... It's been extensively discussed and attempted. but the toolchain like LLVM is very mature and it can provide the simpler JIT compilation to machine code functionality and it will improve performance of the Python a lot !! Be careful with "will": nothing is simple in this arena. --Ned.
And what was the result of discussions ?
That it's very hard and PyPy is the only one that has pulled off a JIT and kept it going with many other attempts that didn't make it as far. -Brett
There are also Cranelift toolchain that is written in Rust and it provides as for very good API ... _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-leave@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/AJJWKG... Code of Conduct: http://python.org/psf/codeofconduct/