gh-109287: Desugar inst(X) to op(X); macro(X) = X#109294
gh-109287: Desugar inst(X) to op(X); macro(X) = X#109294gvanrossum merged 21 commits intopython:mainfrom
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
f7ea44e to
ae5b99d
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This doesn't quite work; and there's lots of debug code. But it compiles and passes most tests.
e7f494f to
f4e954e
Compare
|
I think super-instructions now work again (the old special-casing was salvageable). I have a few other things:
|
This fixes the crashes with -Xuops I observed.
A few misc cleanups (remove commented-out code etc.)
|
I'd add @markshannon but he said he's on vacation until end of next week. |
|
CC @Fidget-Spinner (because I had to change the abstract interpretation code generator a bit). |
|
|
I'm happy with this. The code generator needs to be cleaned up a bit more (e.g. the stats about instrs read/written are weird now).