GH-98831: Support cache effects in super- and macro instructions by gvanrossum · Pull Request #99601 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Conversation
This once again refactors a lot of the code generator. There are still cleanups to be done, and I'd like things to be more compact, but I think most of the refactoring is now done.
I tried to split it into InstDef and OpDef, removing kind, but that caused problems because the Instruction class inherits from InstHeader.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters