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

Does this run on GraalVM? #534

Open
quom opened this issue Nov 16, 2023 · 2 comments
Open

Does this run on GraalVM? #534

quom opened this issue Nov 16, 2023 · 2 comments

Comments

@quom
Copy link

quom commented Nov 16, 2023

Has anyone tried to compile this using GraalVM to make a static binary? For calling from bindings such as python this would massively improve startup times and reduce the need for having a JVM in place to run the code

@jazzido
Copy link
Contributor

jazzido commented Nov 16, 2023

Hey @quom. That's a great point, and something that I've thought about. Unfortunately, I currently don't have the time to work on it.

But of course, contributions are always welcome.

@quom
Copy link
Author

quom commented Nov 16, 2023

I will take a look at it when I get the chance - I think there is some use of reflection in the codebase which needs to be runtime traced to give the compiler some guidance.

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