[Python-Dev] Second milestone of FAT Python

Steven D'Aprano steve at pearwood.info
Wed Nov 4 05:16:15 EST 2015


On Wed, Nov 04, 2015 at 09:50:33AM +0100, Victor Stinner wrote:
> Hi,
> 
> I'm writing a new "FAT Python" project to try to implement optimizations in
> CPython (inlining, constant folding, move invariants out of loops, etc.)
> using a "static" optimizer (not a JIT). For the background, see the thread
> on python-ideas:
> https://mail.python.org/pipermail/python-ideas/2015-October/036908.html

Nice work Victor, and thank you for your efforts!



-- 
Steve


More information about the Python-Dev mailing list