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

ASM Emitting Strategy for Platforms based on Common Constructs #6

Open
sirinath opened this issue Dec 2, 2013 · 1 comment
Open

Comments

@sirinath
Copy link

sirinath commented Dec 2, 2013

If a there is a particular operations can be reasoned to be faster in a particular platform, the ability to specify particular strategy how a block of code translates to native code and optimised. If the running platform is not the actual platform then regular JIT is used.

@sirinath
Copy link
Author

sirinath commented Dec 5, 2013

Specifying platform specific way to translate a part of the AST to assembly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant