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

[RFC] Make the Language JIT Compiled #105

Open
mertyildiran opened this issue Aug 31, 2021 · 0 comments
Open

[RFC] Make the Language JIT Compiled #105

mertyildiran opened this issue Aug 31, 2021 · 0 comments
Assignees
Labels
feature request New feature or request
Projects

Comments

@mertyildiran
Copy link
Member

Migrate from being virtual a machine interpreted language to a JIT compiled language.

Use MyJIT as the JIT backend. Depend on the fork of MyJIT: https://github.com/chaos-lang/myjit

Make sure that Chaos is generally faster (in terms of common benchmarking algorithms) when it's compared against the contender languages like: PHP, Python and Ruby.

Eventually, make sure that it passes all the previous tests.

Do it in a series of pull requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
Chaos
  
To do
Development

No branches or pull requests

1 participant