Merge deoptimization blocks in interpreter (GH-32155)

This commit is contained in:
Mark Shannon 2022-03-30 13:11:33 +01:00 committed by GitHub
parent 75eee1d57e
commit 04acfa94bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 36 deletions

View file

@ -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: