mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Merge deoptimization blocks in interpreter (GH-32155)
This commit is contained in:
parent
75eee1d57e
commit
04acfa94bb
3 changed files with 28 additions and 36 deletions
|
@ -110,6 +110,8 @@ _PyCode_Warmup(PyCodeObject *code)
|
|||
}
|
||||
}
|
||||
|
||||
extern uint8_t _PyOpcode_Adaptive[256];
|
||||
|
||||
extern Py_ssize_t _Py_QuickenedCount;
|
||||
|
||||
// Borrowed references to common callables:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue