-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-Codegen-AOT-monoos-iosApple iOSApple iOSsize-reductionIssues impacting final app size primary for size sensitive workloadsIssues impacting final app size primary for size sensitive workloads
Milestone
Description
Description
Disk size (SOD) regressions detected in HelloiOS app for both llvm and nollvm configurations.
Details
Date | Diff | Change | Size increase (bytes) | Size increase (%) |
---|---|---|---|---|
3 Oct 2023 | 88f2547...d2e24fa | #90764 | 1066800 | 5,01 |
Steps to get the app sizes
git checkout b9e01455c2247454ec0301b8465f7168eebd6a09
(checkout to our commit's parent)cd src/mono/sample/iOS
sudo make runtimepack TARGET=iossimulator MONO_ARCH=arm64 MONO_CONFIG=Release
(build the runtime)sudo make run-sim MONO_CONFIG=Release MONO_ARCH=arm64
(build the app bundle)ls -la bin/iossimulator-arm64/Bundle/HelloiOS/Release-iphonesimulator/HelloiOS.app
(the app to look for is HelloiOS)
matouskozak
Metadata
Metadata
Assignees
Labels
area-Codegen-AOT-monoos-iosApple iOSApple iOSsize-reductionIssues impacting final app size primary for size sensitive workloadsIssues impacting final app size primary for size sensitive workloads