mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
GH-125911: Call combine_symbol_mask on the initial trampoline of a trace (GH-125973)
This commit is contained in:
parent
417c130ba5
commit
7f6e884f3a
1 changed files with 1 additions and 0 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue