NOT_TAKEN
instructions need to be added after optimization
#128533
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-feature
A feature request or enhancement
The
NOT_TAKEN
instruction is added during code gen, but can be left when jumps are removed by the optimizer.We should probably add the
NOT_TAKEN
instructions in the assembler after optimization, as suggested in #122564 (comment)Linked PRs
NOT_TAKEN
instruction after bytecode optimization. #128554The text was updated successfully, but these errors were encountered: