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

HL/JIT 64 bits #36

Closed
ncannasse opened this issue Dec 8, 2016 · 2 comments
Closed

HL/JIT 64 bits #36

ncannasse opened this issue Dec 8, 2016 · 2 comments

Comments

@ncannasse
Copy link
Member

While the HL bytecode, runtime and std library are compatible with both 32 and 64 bits compilation, the current JIT is limited to 32 bits and would require some additional work to fully support 64 bits CPU.

@tanis2000 tanis2000 mentioned this issue Aug 13, 2017
@ncannasse
Copy link
Member Author

Hugh is using SLJIT in hx/cppia/CppiaCompiler, that might be interesting to look at.

@ncannasse
Copy link
Member Author

Done in 1.4

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

2 participants
@ncannasse and others