Message286592
Before trying advanced optimizations, I want move suspended obvious optimizations forwards.
For example, removing unused constants is suspended because constant folding
should be moved from peephole to AST. This is why I found this issue.
After that, I'm thinking about shrinking stacksize. frame_dealloc (scans whole stack) is one of hot functions. |
|
Date |
User |
Action |
Args |
2017-02-01 07:16:25 | methane | set | recipients:
+ methane, brett.cannon, georg.brandl, rhettinger, terry.reedy, gregory.p.smith, mark.dickinson, ncoghlan, pitrou, vstinner, techtonik, nadeem.vawda, benjamin.peterson, alex, Trundle, dmalcolm, meador.inge, daniel.urban, Jeremy.Hylton, santoso.wijaya, eltoder, eric.snow, jcon, berker.peksag, serhiy.storchaka, pconnell, isoschiz, pstch |
2017-02-01 07:16:25 | methane | set | messageid: <1485933385.66.0.0840644223241.issue11549@psf.upfronthosting.co.za> |
2017-02-01 07:16:25 | methane | link | issue11549 messages |
2017-02-01 07:16:25 | methane | create | |
|