-
Notifications
You must be signed in to change notification settings - Fork 533
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
[Xamarin.Android.Build.Tasks] implement $(AndroidStripILAfterAOT) #8172
Merged
Commits on Jul 6, 2023
-
[Xamarin.Android.Build.Tasks] implement $(AndroidStripIL)
Context: dotnet/runtime#86722 This adds an `<ILStrip/>` step after the `<MonoAOTCompiler/>` task. This trims away IL of AOT-compiled methods. This is WIP. Builds work currently, but the app crashes at runtime with: 07-06 16:57:07.413 8865 8865 E companyname.foo: * Assertion at /__w/1/s/src/mono/mono/mini/mini-trampolines.c:1416, condition `invoke' not met
Configuration menu - View commit details
-
Copy full SHA for 815e374 - Browse repository at this point
Copy the full SHA 815e374View commit details
Commits on Aug 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2d8bfff - Browse repository at this point
Copy the full SHA 2d8bfffView commit details
Commits on Aug 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d0db340 - Browse repository at this point
Copy the full SHA d0db340View commit details
Commits on Aug 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f747395 - Browse repository at this point
Copy the full SHA f747395View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19b2ab9 - Browse repository at this point
Copy the full SHA 19b2ab9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6152320 - Browse repository at this point
Copy the full SHA 6152320View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0feee89 - Browse repository at this point
Copy the full SHA 0feee89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 747aabc - Browse repository at this point
Copy the full SHA 747aabcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0902fea - Browse repository at this point
Copy the full SHA 0902feaView commit details
Commits on Aug 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6ac4b46 - Browse repository at this point
Copy the full SHA 6ac4b46View commit details
Commits on Aug 18, 2023
-
Rewrite for consistency with the "flow" of other properties.
Configuration menu - View commit details
-
Copy full SHA for 647c8b9 - Browse repository at this point
Copy the full SHA 647c8b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5dc596 - Browse repository at this point
Copy the full SHA b5dc596View commit details -
EnableAndroidStripILAfterAOT asserts IL is stripped
`HasBody` was true and `Body.Instructions.Count` was 0
Configuration menu - View commit details
-
Copy full SHA for e4db7b8 - Browse repository at this point
Copy the full SHA e4db7b8View commit details
Commits on Aug 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 40475e2 - Browse repository at this point
Copy the full SHA 40475e2View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.