Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy


Commits:
5e8d5052 by Carl Friedrich Bolz-Tereick at 2022-07-06T21:10:15+02:00
micro-optimize .next() to not allocate quite so many intermediate lists, it
appears relatively high in the profile of optimizeopt

- - - - -
c9a9f046 by Carl Friedrich Bolz-Tereick at 2022-07-06T21:11:07+02:00
only put OptimizationResults into the list for callbacks if the callback would
actually *do* anything

- - - - -


9 changed files:

- rpython/jit/metainterp/opencoder.py
- rpython/jit/metainterp/optimizeopt/heap.py
- rpython/jit/metainterp/optimizeopt/intbounds.py
- rpython/jit/metainterp/optimizeopt/optimizer.py
- rpython/jit/metainterp/optimizeopt/pure.py
- rpython/jit/metainterp/optimizeopt/rewrite.py
- rpython/jit/metainterp/optimizeopt/util.py
- rpython/jit/metainterp/optimizeopt/virtualize.py
- rpython/jit/metainterp/optimizeopt/vstring.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/d5e73b3265c598cd7c80565a4b576a92e8209b0f...c9a9f046176ae2415706373d7a878bdb516afedf

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/d5e73b3265c598cd7c80565a4b576a92e8209b0f...c9a9f046176ae2415706373d7a878bdb516afedf
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com

Reply via email to