Skip to content

Optimise the optimisation stage by creating a new structure to represent instructions in bytecode. #18

Description

@drwhut

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    optimisationThis code could be improved.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions