-
Notifications
You must be signed in to change notification settings - Fork 97
Graal support in the backend-platform #18
Comments
Useful links: https://github.com/vmencik/akka-graal-native/blob/master/README.md One possible solution is to have the AKKA backend Reference Implementation launched in a Graal Docker Image with the Assisted Configuration agentlib enabled, then running a simulation to exercise all the code paths needed to generate a configuration, which can then be fed into the native image builder to generate a native image of the RI. |
Currently hit oracle/graal#1306
|
See: oracle/graal#1376 |
This is also worth keeping an eye on, as it is currently cumbersome to deal with sunec.dylib: oracle/graal#1336 |
Implemented in master |
It would be extremely interesting to be able to make the sidecar application a Graal Native Image.
The text was updated successfully, but these errors were encountered: