Skip to content

Optimization: introduce an inner loop to handle passthroughs of control stack #14

@valeryz

Description

@valeryz

Currently, most of the time we push something to the control stack, then on the following iteration it is immediately popped. This involves a lot of copying and is unnecessary. Can be optimized with an inner loop that doesn't push anything, just updating the current values (on stack).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions