Skip to content

Optimizing compiler #398

@stefnotch

Description

@stefnotch

One thing possibly worth investigating would be a simple code generator that does common optimisations such as

  • inlining functions
  • copying all parameters to local variables
  • unrolling short loops

We might have to consider fully adopting Typescript for this.
When investigating this, it would also be worthwhile investigating in automating certain common unit tests and (regression) benchmarks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions