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] Optimize out some ldloca uses #76669

Merged
merged 3 commits into from
Oct 11, 2022

Conversation

BrzVlad
Copy link
Member

@BrzVlad BrzVlad commented Oct 5, 2022

When it is paired with ldfld/stfld/ldind/stind opcodes.

On json serialization this improved perf by 9%

Also allowing general optimizations that are being applied to ldfld opcodes.
Generate direct moves instead to the valuetype interior offset
@ghost
Copy link

ghost commented Oct 5, 2022

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

Issue Details

When it is paired with ldfld/stfld/ldind/stind opcodes.

Author: BrzVlad
Assignees: BrzVlad
Labels:

area-Codegen-Interpreter-mono

Milestone: -

@BrzVlad
Copy link
Member Author

BrzVlad commented Oct 6, 2022

/azp run runtime-wasm

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@BrzVlad BrzVlad marked this pull request as ready for review October 6, 2022 18:49
@BrzVlad BrzVlad requested a review from vargaz as a code owner October 6, 2022 18:49
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