mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
GH-111485: Factor out tier 2 code generation from the rest of the interpreter code generator (GH-112968)
This commit is contained in:
parent
c454e934d3
commit
0c55f27060
14 changed files with 1391 additions and 974 deletions
2
Include/internal/pycore_uop_ids.h
generated
2
Include/internal/pycore_uop_ids.h
generated
|
@ -1,6 +1,6 @@
|
|||
// This file is generated by Tools/cases_generator/uop_id_generator.py
|
||||
// from:
|
||||
// ['./Python/bytecodes.c']
|
||||
// Python/bytecodes.c
|
||||
// Do not edit!
|
||||
#ifndef Py_CORE_UOP_IDS_H
|
||||
#define Py_CORE_UOP_IDS_H
|
||||
|
|
2
Include/opcode_ids.h
generated
2
Include/opcode_ids.h
generated
|
@ -1,6 +1,6 @@
|
|||
// This file is generated by Tools/cases_generator/opcode_id_generator.py
|
||||
// from:
|
||||
// ['./Python/bytecodes.c']
|
||||
// Python/bytecodes.c
|
||||
// Do not edit!
|
||||
|
||||
#ifndef Py_OPCODE_IDS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue