Uh oh!
There was an error while loading. Please reload this page.
[mono][ios] Introduce non-global symbol stripping in MonoAOTCompiler msbuild task - #81361
Conversation
ghost
commented
Jan 30, 2023
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ivanpovazan
commented
Feb 2, 2023
nit: I would suggested updating the PR's title as stripping became part of Otherwise: LGTM! As a follow-up, we should think about utilising #79721 and possibly strip more from the final binary. |
kotlarmilos
commented
Feb 2, 2023
Good! I've added tracking issue as a P2. |
kotlarmilos
commented
Feb 2, 2023
When stripping non-global symbols from binary, SOD is 13300936 bytes, while when preserving only P/Invokes, SOD is 12699776 bytes. |
kotlarmilos
commented
Feb 2, 2023
Failure is #81123. |
This PR resolves#80977 by stripping symbols for SOD measurements. It adds an option in the MonoAOTCompiler to extracts non-global symbols from a binary into a separate
.dSYMdirectory.