pypy / pypy.org

Sources for website at https://www.pypy.org
33 stars 11 forks source link

Better JIT Support for Auto-Generated Python Code | PyPy #33

Closed utterances-bot closed 2 years ago

utterances-bot commented 2 years ago

Better JIT Support for Auto-Generated Python Code | PyPy

https://www.pypy.org/posts/2021/09/jit-auto-generated-code.html

jamadden commented 2 years ago

That's awesome! I would imagine this could also help Chameleon templates, which also generates a single large function per template.

I'm wondering if this will remain a 3.8-specific feature or might it make its way to older branches? (I see that it was sometimes crashing in the 3.7 branch…)

cfbolz commented 2 years ago

@jamadden it will probably make it back to our 2.7 version, one further release down the line. For 3.7 it's a bit unclear whether there will be another release after the next one.