Skip to content

[ppc64le] Fixed FSharp crash issue - #77201

Merged
vargaz merged 3 commits into
dotnet:mainfrom
alhad-deshpande:main
Oct 19, 2022
Merged

[ppc64le] Fixed FSharp crash issue#77201
vargaz merged 3 commits into
dotnet:mainfrom
alhad-deshpande:main

Conversation

@alhad-deshpande

Copy link
Copy Markdown
Contributor

This PR fixes the issue 76917. The problem was that r12 after emit_memcpy was re-computed using the wrong value of r31 (frame pointer). Hence moved the save_lmf restoration block after computation of r12.

@ghostghost added area-VM-meta-mono community-contribution Indicates that the PR has been added by a community member labels Oct 19, 2022
@vargaz
vargaz merged commit 10d342c into dotnet:mainOct 19, 2022
@lambdageek

Copy link
Copy Markdown
Member

/backport to release/7.0

1 similar comment
@lambdageek

Copy link
Copy Markdown
Member

/backport to release/7.0

@github-actions

Copy link
Copy Markdown
Contributor

Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/3290513141

@ghostghost locked as resolved and limited conversation to collaborators Nov 19, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-VM-meta-monocommunity-contributionIndicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@alhad-deshpande@lambdageek@vargaz