Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a9f13 commit 916af11Copy full SHA for 916af11
Tools/cases_generator/README.md
@@ -8,12 +8,6 @@ What's currently here:
8
- `generate_cases.py`: driver script to read `Python/bytecodes.c` and
9
write `Python/generated_cases.c.h`
10
11
-**Temporarily also:**
12
-
13
-- `extract_cases.py`: script to extract cases from
14
- `Python/ceval.c` and write them to `Python/bytecodes.c`
15
-- `bytecodes_template.h`: template used by `extract_cases.py`
16
17
The DSL for the instruction definitions in `Python/bytecodes.c` is described
18
[here](https://github.com/faster-cpython/ideas/blob/main/3.12/interpreter_definition.md).
19
Note that there is some dummy C code at the top and bottom of the file
Tools/cases_generator/bytecodes_template.c
Tools/cases_generator/extract_cases.py
0 commit comments