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

[mono][interp] Add stobj version for no reference case #79165

Merged
merged 2 commits into from
Dec 3, 2022

Conversation

BrzVlad
Copy link
Member

@BrzVlad BrzVlad commented Dec 2, 2022

The noref opcode is twice as fast and it doesn't mark any cards for the GC to scan.

dotnet/perf-autofiling-issues#10471

@ghost
Copy link

ghost commented Dec 2, 2022

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

Issue Details

The noref opcode is twice as fast and it doesn't mark any cards for the GC to scan.

Author: BrzVlad
Assignees: -
Labels:

area-Codegen-Interpreter-mono

Milestone: -

The noref opcode is twice as fast and it doesn't mark any cards for the GC to scan.
@BrzVlad BrzVlad force-pushed the feature-interp-stobj-vt-noref branch from d2e6f75 to fa46f3c Compare December 2, 2022 19:12
@BrzVlad BrzVlad merged commit b77aa8a into dotnet:main Dec 3, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Jan 6, 2023
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.

2 participants