Skip to content

[release/7.0] [mono][arm] Fix rethrow instruction size - #76393

Merged
carlossanlop merged 1 commit into
release/7.0from
backport/pr-76387-to-release/7.0
Sep 30, 2022
Merged

[release/7.0] [mono][arm] Fix rethrow instruction size#76393
carlossanlop merged 1 commit into
release/7.0from
backport/pr-76387-to-release/7.0

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Sep 29, 2022

Copy link
Copy Markdown
Contributor

Backport of #76387 to release/7.0

/cc @lambdageek@BrzVlad

Customer Impact

Inability to use maui on certain android arm devices.

Testing

The fix was tested on customer device to verify that the previously crashing sample application runs correctly. Since the fix involves common arm codegen, it is tested as part of CI lanes.

Risk

Very low risk. This change just slightly increases the memory reserved for an instruction so we don't overflow during codegen. No impact whatsoever to the generated code.

@carlossanlop

Copy link
Copy Markdown
Contributor

@BrzVlad or @lambdageek: when this is ready, can you please fill out the template, add the servicing-consider label, then send an email to Tactics requesting approval?

@BrzVladBrzVlad added the Servicing-consider Issue for next servicing release review label Sep 30, 2022
@SamMonoRT

Copy link
Copy Markdown
Member

Tactics approved via email

@SamMonoRTSamMonoRT added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Sep 30, 2022
@SamMonoRTSamMonoRT added this to the 7.0.0 milestone Sep 30, 2022
@carlossanlop

Copy link
Copy Markdown
Contributor

Approved, signed off, CI green. Ready to merge. :shipit:

@carlossanlop
carlossanlop merged commit dde2edb into release/7.0Sep 30, 2022
@carlossanlop
carlossanlop deleted the backport/pr-76387-to-release/7.0 branch September 30, 2022 21:33
@ghostghost locked as resolved and limited conversation to collaborators Oct 31, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-VM-meta-monoServicing-approvedApproved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@carlossanlop@SamMonoRT@vargaz@BrzVlad