mirror of
https://github.com/python/cpython.git
synced 2025-11-12 07:02:33 +00:00
GH-111485: Factor out generation of uop IDs from cases generator. (GH-112877)
This commit is contained in:
parent
97cd45bfdb
commit
c27e9d5d17
8 changed files with 368 additions and 98 deletions
|
|
@ -381,7 +381,7 @@ class Generator(Analyzer):
|
|||
self.write_pseudo_instrs()
|
||||
|
||||
self.out.emit("")
|
||||
self.write_uop_items(lambda name, counter: f"#define {name} {counter}")
|
||||
self.out.emit('#include "pycore_uop_ids.h"')
|
||||
|
||||
self.write_stack_effect_functions()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue