Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable DebugCodeInfoUseSourceMappings with GraalVM >= 23.0
Starting with GraalVM 23.0 debug info generation defaults to not using `SourceMapping`s when building the `CompilationResultTree`. This choice was made in order to improve build times (only when generating debug info), but as expected it comes at the cost of less accurate generated-code to source mapping.
- Loading branch information