Closed PalumboN closed 10 months ago
Now if you try to compile a Bytecode with branches and in each branch different values are pushed to the stack, then the simulated stack breaks.
See uses of ssFlushTo: in StackToRegisterMappingCogit >> genSpecialSelectorArithmetic.
ssFlushTo:
StackToRegisterMappingCogit >> genSpecialSelectorArithmetic
Now if you try to compile a Bytecode with branches and in each branch different values are pushed to the stack, then the simulated stack breaks.
See uses of
ssFlushTo:
inStackToRegisterMappingCogit >> genSpecialSelectorArithmetic
.