Akhil Indurti
Akhil Indurti
If your approach will require less work during codegen, then I think it makes sense to go down that route. Tbh I just assumed that the goto/label model was more...
That's amazing @skvadrik, I'm excited to play with this and get back to you!
@Julow I think the suggested solution is parenthesized the same. The left-paren / `begin` follows the `->` in the first pattern, and likewise with the second. The only difference is...
> but instead be formatted as part of the expression ? Yes, It'd be great it if there were an option that allowed this formatting. I find it easier to...
Issue https://github.com/oracle/graal/issues/3359 also discusses this feature. I mention in https://github.com/oracle/graal/issues/3359#issuecomment-822760740 that a flag like `-H:RegisterBuiltin=` could be a convenient shortcut for doing all the native library stuff. Otherwise, I agree...
Thanks for following up @kristofdho! I made a repo for a minimal proof-of-concept here: https://github.com/smasher164/staticjni. I passed in `AdditionalLinkerOptions` with the absolute path to the library, and I no longer...
Thanks @kristofdho, that works! Did you mean `-jar HelloWorld.jar` instead of `-cp HelloWorld.jar` in the native-image command? I've updated my repo accordingly.
Great. I'll go ahead and close this issue.
Actually, is it possible to put this information in the GraalVM docs somewhere? I understand the user must implement a `Feature`, but I feel that this is a common enough...
Gotcha. In that case, would the original purpose of this issue still be valid? Since there is no stable (or at least a way we would want to document) way...