GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀
20.43k
stars
1.64k
forks
source link
[GR-59911] Persist ImageHeapConstant id across layers #10119
Closed
graalvmbot closed 5 days ago
The ids of
ImageHeapConstant
is now preserved across layer using the same mechanism than forAnalysisMethod
andAnalysisField
.This will allow to find base layer constant information from its id in the application layer.