Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize JavaScript code generation #8

Open
bobbinth opened this issue Feb 27, 2020 · 0 comments
Open

Optimize JavaScript code generation #8

bobbinth opened this issue Feb 27, 2020 · 0 comments
Labels
optimization This can improve performance

Comments

@bobbinth
Copy link
Contributor

Currently, executable JS code that gets generated from AirAssembly source is rather inefficient. One of the biggest issues is constant boxing and un-boxing of complex types (vectors/matrixes). This can be easily addressed by doing un-boxing only once and caching the results. There are probably other ways to improve JS code as well.

@bobbinth bobbinth added the optimization This can improve performance label Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimization This can improve performance
Projects
None yet
Development

No branches or pull requests

1 participant