Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Conversation

@dotnet-bot
Copy link

No description provided.

The jit may not see direct interference between a pinned local and expressions that use the pinned value. So worst case it should assume that such interference exists and spill the stack when storing to a pinned local. Otherwise the jit may reorder unpins and calls that refer to pinned storage.

Fixes DevDiv 545749

[tfs-changeset: 1685045]
@AndyAyersMS
Copy link
Member

Odd, I checked the formatting before I checked this in via TFS.

@BruceForstall BruceForstall merged commit 83a769b into dotnet:master Jan 4, 2018
@dotnet-bot dotnet-bot deleted the from-tfs branch January 4, 2018 01:01
AndyAyersMS pushed a commit to AndyAyersMS/coreclr that referenced this pull request Jan 5, 2018
AndyAyersMS added a commit that referenced this pull request Feb 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants