-
Notifications
You must be signed in to change notification settings - Fork 726
Optimizing compiler #398
Copy link
Copy link
Open
Milestone
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels