Login
From:
PyPy
(Uncensored)
subscribe
Allocation Removal in the Toy Optimizer | PyPy
https://pypy.org/posts/2022/10/toy-optimizer-allocation-removal.html
links
backlinks
Tagged with:
toy-optimizer
Roast topics
Find topics
Find it!
One of the workhorse optimization of RPython's tracing JIT is allocation removal, which removes short-lived object allocation from traces. Many Python programs create a lot of objects that only live f