mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
GH-129715: Remove _DYNAMIC_EXIT (GH-129716)
This commit is contained in:
parent
e4a00f70b1
commit
5fa7e1b7fd
13 changed files with 138 additions and 226 deletions
|
|
@ -129,6 +129,7 @@ typedef struct _optimization_stats {
|
|||
uint64_t inner_loop;
|
||||
uint64_t recursive_call;
|
||||
uint64_t low_confidence;
|
||||
uint64_t unknown_callee;
|
||||
uint64_t executors_invalidated;
|
||||
UOpStats opcode[PYSTATS_MAX_UOP_ID + 1];
|
||||
uint64_t unsupported_opcode[256];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue