Skip to content

Commit

Permalink
GH-125911: Call combine_symbol_mask on the initial trampoline of a tr…
Browse files Browse the repository at this point in the history
…ace (GH-125973)
  • Loading branch information
Zheaoli authored Oct 25, 2024
1 parent 417c130 commit 7f6e884
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Python/jit.c
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ _PyJIT_Compile(_PyExecutorObject *executor, const _PyUOpInstruction trace[], siz
group = &trampoline;
code_size += group->code_size;
data_size += group->data_size;
combine_symbol_mask(group->trampoline_mask, state.trampolines.mask);
for (size_t i = 0; i < length; i++) {
const _PyUOpInstruction *instruction = &trace[i];
group = &stencil_groups[instruction->opcode];
Expand Down

0 comments on commit 7f6e884

Please sign in to comment.