Skip to content
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

[interp] Fix loading of ThreadStatic value types #53391

Merged
merged 2 commits into from
Jun 11, 2021

Conversation

BrzVlad
Copy link
Member

@BrzVlad BrzVlad commented May 27, 2021

Fixes #53380

@ghost
Copy link

ghost commented May 27, 2021

Tagging subscribers to this area: @BrzVlad
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #53380

Author: BrzVlad
Assignees: -
Labels:

area-Codegen-Interpreter-mono

Milestone: -

@jeromelaban
Copy link
Contributor

@BrzVlad validated fixes #53380, thanks!

@radical
Copy link
Member

radical commented May 27, 2021

Would it be possible to add a regression test for this?

@BrzVlad
Copy link
Member Author

BrzVlad commented May 28, 2021

@radical We should really add a test for this. I just have no idea where. I assume somewhere in the runtime tests

@BrzVlad
Copy link
Member Author

BrzVlad commented May 28, 2021

included runtime test and reverted the fix to see if the test actually does its job

@runfoapp runfoapp bot mentioned this pull request May 28, 2021
@BrzVlad BrzVlad force-pushed the fix-interp-thread-static-load branch from 0a4a9bf to 1360a35 Compare June 2, 2021 10:47
@BrzVlad BrzVlad force-pushed the fix-interp-thread-static-load branch 2 times, most recently from aa116e6 to 27d4895 Compare June 3, 2021 11:10
@BrzVlad
Copy link
Member Author

BrzVlad commented Jun 11, 2021

@vargaz could you have a look ?

@BrzVlad BrzVlad merged commit ddbce77 into dotnet:main Jun 11, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jul 11, 2021
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.

[Wasm] Should not be reached at runtime/src/mono/mono/mini/interp/interp-internals.h:324
4 participants