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 417c130 commit 7f6e884Copy full SHA for 7f6e884
1 file changed
Python/jit.c
@@ -473,6 +473,7 @@ _PyJIT_Compile(_PyExecutorObject *executor, const _PyUOpInstruction trace[], siz
473
group = &trampoline;
474
code_size += group->code_size;
475
data_size += group->data_size;
476
+ combine_symbol_mask(group->trampoline_mask, state.trampolines.mask);
477
for (size_t i = 0; i < length; i++) {
478
const _PyUOpInstruction *instruction = &trace[i];
479
group = &stencil_groups[instruction->opcode];
0 commit comments