Optimise the optimisation stage by creating a new structure to represent instructions in bytecode. #18
Labels
optimisation
This code could be improved.
Milestone
As of now, the optimisation stage will change every other instruction if needed every time bytecode is removed!
Instead, maybe "mark" bytecode to be removed over time, then remove the bytecode all at once at the end, changing instructions if necessary?
The text was updated successfully, but these errors were encountered: