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

work on JIT support #30

Open
nilslice opened this issue Jan 22, 2024 · 1 comment
Open

work on JIT support #30

nilslice opened this issue Jan 22, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@nilslice
Copy link
Member

Consider the following to improve performance:

Benefits:

  • would speed up code execution significantly
  • SIMD support?

Drawbacks:

  • larger binary size for all Hermits
@nilslice nilslice added the enhancement New feature or request label Jan 22, 2024
@G4Vi
Copy link
Contributor

G4Vi commented Jan 24, 2024

Started work on FastJit. Linux works, but looks like other platforms need work. #32 Provides a 5X+ speed improvement for about 400k bytes, but does not add SIMD support.

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

No branches or pull requests

2 participants