-
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
[release/8.0] [mono][aot] Avoid compiling the same method multiple times during dedup. #92178
Conversation
/azp run runtime-wasm |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsBackport of #91802 to release/8.0 /cc @vargaz Customer ImpactFixes build time problems in large WASM projects which use AOT. TestingOn CI. RiskLow, only affects wasm AOT/ios. IMPORTANT: If this backport is for a servicing release, please verify that:
|
@marek-safar - need your approval to merge before RC2 cutoff on Monday. |
@carlossanlop - this is ready to be merged |
Backport of #91802 to release/8.0
/cc @vargaz
Customer Impact
Fixes build time problems in large WASM projects which use AOT.
Testing
On CI.
Risk
Low, only affects wasm AOT/ios.
IMPORTANT: If this backport is for a servicing release, please verify that:
The PR target branch is
release/X.0-staging
, notrelease/X.0
.If the change touches code that ships in a NuGet package, you have added the necessary package authoring and gotten it explicitly reviewed.