| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
We should move the optimization in BINARY_OP_INPLACE_ADD_UNICODE to tier 2, once it we have a tier 2 optimizer. It makes sense there, but not in tier 1. |
Sorry, something went wrong.
|
Looks like summarize_stats.py needs updating |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM. One nit; no need to get another review if you decide to fix that. Also okay to merge as-is.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This generates the metadata about specialised opcodes from bytecodes.c, to replace the hard coded dict in opcode.py.
There is one irregularity that I needed to special-case: BINARY_OP_INPLACE_ADD_UNICODE, which is commented out in bytecodes.c (because it has different stack effect compared to the rest of the family).