-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[mono][perf] iOS disk size regression on 3 Oct 2023 #93072
Comments
Tagging subscribers to 'os-ios': @steveisok, @akoeplinger, @kotlarmilos Issue DetailsDescriptionDisk size (SOD) regressions detected in HelloiOS app for both llvm and nollvm configurations. Details - TBD
|
Tagging subscribers to 'size-reduction': @eerhardt, @SamMonoRT, @marek-safar Issue DetailsDescriptionDisk size (SOD) regressions detected in HelloiOS app for both llvm and nollvm configurations. Details - TBD
|
Could this be #90764? |
@MichalPetryka we think so, but we don't have confirmation yet. @LeVladIonescu any update on reproducing the regression with said commit? |
I've got locally the results showing the size increase after #90764. |
Closing in favor of #105701, feel free to re-open if you think this issue requires a separate attention. |
Description
Disk size (SOD) regressions detected in HelloiOS app for both llvm and nollvm configurations.
Details
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)The text was updated successfully, but these errors were encountered: