mirror of
https://github.com/python/cpython.git
synced 2026-05-06 04:37:33 -04:00
GH-116017: Get rid of _COLD_EXITs (GH-120960)
This commit is contained in:
+1
-1
@@ -439,7 +439,7 @@ _PyJIT_Compile(_PyExecutorObject *executor, const _PyUOpInstruction trace[], siz
|
||||
group->emit(code, data, executor, NULL, instruction_starts);
|
||||
code += group->code_size;
|
||||
data += group->data_size;
|
||||
assert(trace[0].opcode == _START_EXECUTOR || trace[0].opcode == _COLD_EXIT);
|
||||
assert(trace[0].opcode == _START_EXECUTOR);
|
||||
for (size_t i = 0; i < length; i++) {
|
||||
const _PyUOpInstruction *instruction = &trace[i];
|
||||
group = &stencil_groups[instruction->opcode];
|
||||
|
||||
Reference in New Issue
Block a user