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

Using "Native Image" for JVM-based languages #340

Open
ColourGrey opened this issue May 30, 2021 · 0 comments
Open

Using "Native Image" for JVM-based languages #340

ColourGrey opened this issue May 30, 2021 · 0 comments

Comments

@ColourGrey
Copy link

A look at the results of the benchmarks shows that the JVM-based languages pay a heavy price in terms of memory consumption, a significant part of it being probably due to the JIT kicking in. It is why I would like to suggest running the tests written in these languages with the Substrate VM, i.e. compile them to native binaries with the "native-image" command that accompanies the Graal VM.

I don't suggest dropping the current JVM tests, but rather add to them Substrate VM tests.

Thank you.

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