▲ | clumsysmurf 3 days ago | |||||||
From what I have heard, Graal is still quite a headache if you are using libraries that are not compatible, but maybe this is out of date. | ||||||||
▲ | cogman10 3 days ago | parent [-] | |||||||
Still an issue. The main problem is for native compilation you have to declare your reflection targets upfront. That can be a headache if your framework doesn't support it. You can get a large portion of what graal native offers by using AppCDS and compressed object headers. Here's the latest JEP for all that. | ||||||||
|