You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're transforming the Kotlin compiler into a native-image. This works, but the resulting ELF is quite large. Investigating why this is, a substantial fraction of all bytes are held by arrays in ImageCodeInfo.
I think this data is used for some kind of profiling behaviour, but we have our own profiling system and don't seem to need whatever native-image is bundling. Is there anything else all this data is used for? Is there a way to disable these features?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We're transforming the Kotlin compiler into a native-image. This works, but the resulting ELF is quite large. Investigating why this is, a substantial fraction of all bytes are held by arrays in
ImageCodeInfo
.I think this data is used for some kind of profiling behaviour, but we have our own profiling system and don't seem to need whatever native-image is bundling. Is there anything else all this data is used for? Is there a way to disable these features?
Beta Was this translation helpful? Give feedback.
All reactions