diff options
Diffstat (limited to 'Python/optimizer_analysis.c')
-rw-r--r-- | Python/optimizer_analysis.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/optimizer_analysis.c b/Python/optimizer_analysis.c index 017a2ee..afaf2e0 100644 --- a/Python/optimizer_analysis.c +++ b/Python/optimizer_analysis.c @@ -573,6 +573,7 @@ remove_unneeded_uops(_PyUOpInstruction *buffer, int buffer_size) if (last->opcode == _LOAD_CONST_INLINE || last->opcode == _LOAD_CONST_INLINE_BORROW || last->opcode == _LOAD_FAST || + last->opcode == _LOAD_FAST_BORROW || last->opcode == _COPY ) { last->opcode = _NOP; |