Skip to content

[mono][interp] Small improvements to get span item#77331

Merged
BrzVlad merged 3 commits intodotnet:mainfrom
BrzVlad:feature-interp-opt-span-getitem
Oct 23, 2022
Merged

[mono][interp] Small improvements to get span item#77331
BrzVlad merged 3 commits intodotnet:mainfrom
BrzVlad:feature-interp-opt-span-getitem

Conversation

@BrzVlad
Copy link
Member

@BrzVlad BrzVlad commented Oct 21, 2022

Simplify opcode and avoid typical use of ldloca with it.

Field offsets are known at compile time, they don't need to be included in the code stream.
@BrzVlad BrzVlad requested a review from vargaz as a code owner October 21, 2022 22:09
@ghost ghost assigned BrzVlad Oct 21, 2022
@ghost
Copy link

ghost commented Oct 21, 2022

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

Issue Details

Simplify opcode and avoid typical use of ldloca with it.

Author: BrzVlad
Assignees: -
Labels:

area-Codegen-Interpreter-mono

Milestone: -

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