Skip to content

Use structs to build asm code instead of strings #7

Description

@yds12

Currently the compiler is doing a lot of string manipulation to generate the assembly code. It is more efficient to generate a sequence of asm tokens (structs) that only in the end are translated to text.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions