Uh oh!
There was an error while loading. Please reload this page.
Add LinkerFlavor to NativeAOT - #83558
Conversation
ghost
commented
Mar 16, 2023
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas Issue DetailsOn linux-musl-arm64, for example, the hello world app goes from 2 MB (2049832 B) to 1.8 MB (1918952 B) when
|
MichalStrehovsky
commented
Mar 17, 2023
I pulled down the coredump from one of the failing ARM64 tests: The stack is: We segfault at this line: I hope the size savings we're seeing are not because gold stripped the LSDA part of the unwinding information :( |
am11
commented
Mar 17, 2023
Good and bad news. Good news is that dwarf-dump errors are lowered with gold:
Bad news: Stats for hwapp app: release config with stripped symbols
I think for now, we can just provide it as an option |
jkotas
commented
Mar 22, 2023
Just to make sure that I understand what this change does after the latest revision:
|
am11
commented
Mar 22, 2023
Yes, this is correct. If some distro uses |
On linux-musl-arm64, for example, the hello world app goes from 2 MB (2049832 B) to 1.8 MB (1918952 B) when
binutils-goldpackage is installed.