Message360177
> We may be possible to replace bytecode from `STORE_GLOBAL _cnt; LOAD_GLOBAL _cnt` into `DUP_TOP; STORE_GLOBAL _cnt`.
Sounds good, and that's why I personally care about the "STORE" case, and the patch I submit touches only it, which would affect only cases when explicit "global var" declarations are used, which aren't frequent. I definitely would be too shy to submit a patch for more LOAD_* cases, though I may image why people may want that still. |
|
Date |
User |
Action |
Args |
2020-01-17 12:34:56 | pfalcon | set | recipients:
+ pfalcon, terry.reedy, vstinner, methane, ppperry, pablogsal |
2020-01-17 12:34:56 | pfalcon | set | messageid: <1579264496.86.0.784106239026.issue32615@roundup.psfhosted.org> |
2020-01-17 12:34:56 | pfalcon | link | issue32615 messages |
2020-01-17 12:34:56 | pfalcon | create | |
|