Skip to content

vm: Improve getStringLiteral for dynamic context#68055

Merged
EgorBo merged 14 commits into
dotnet:mainfrom
EgorBo:fix-getstringliteral-dynamic
Apr 17, 2022
Merged

vm: Improve getStringLiteral for dynamic context#68055
EgorBo merged 14 commits into
dotnet:mainfrom
EgorBo:fix-getstringliteral-dynamic

Conversation

@EgorBo

@EgorBo EgorBo commented Apr 14, 2022

Copy link
Copy Markdown
Member

Improve getStringLiteral API to return string content for dynamic context.

Closes #67956
Fixes perf regression - #65222 (comment)

@ghost ghost added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Apr 14, 2022
@ghost ghost assigned EgorBo Apr 14, 2022
@ghost

ghost commented Apr 14, 2022

Copy link
Copy Markdown

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

Issue Details

Improve getStringLiteral API to return string content for dynamic context.

Closes #67956
Fixes perf regression - #65222 (comment)

Author: EgorBo
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

Comment thread src/coreclr/tools/Common/JitInterface/CorInfoImpl.cs Outdated
Comment thread src/coreclr/vm/jitinterface.cpp
Comment thread src/coreclr/vm/ilstubresolver.cpp Outdated
Comment thread src/coreclr/tools/Common/JitInterface/CorInfoImpl.cs Outdated
Comment thread src/coreclr/tools/Common/JitInterface/CorInfoImpl.cs Outdated
EgorBo and others added 3 commits April 15, 2022 22:44
Comment thread src/coreclr/jit/gentree.cpp Outdated
@EgorBo

EgorBo commented Apr 15, 2022

Copy link
Copy Markdown
Member Author

@jkotas @MichalStrehovsky does it look good now?

Comment thread src/coreclr/jit/gentree.cpp Outdated
Comment thread src/coreclr/jit/gentree.cpp Outdated
Comment thread src/coreclr/jit/gentree.cpp
Comment thread src/coreclr/vm/dynamicmethod.h Outdated
Comment thread src/coreclr/vm/jitinterface.cpp Outdated
Comment thread src/coreclr/vm/jitinterface.cpp Outdated
Comment thread src/coreclr/jit/importer_vectorization.cpp Outdated
@jkotas

jkotas commented Apr 16, 2022

Copy link
Copy Markdown
Member

LGTM otherwise

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
EgorBo and others added 2 commits April 16, 2022 22:40
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
Comment thread src/coreclr/tools/Common/JitInterface/CorInfoImpl.cs Outdated
Comment thread src/coreclr/tools/superpmi/superpmi-shared/methodcontext.cpp Outdated
Comment thread src/coreclr/vm/jitinterface.cpp Outdated
@dakersnar

Copy link
Copy Markdown
Contributor

Windows x86 improvements: dotnet/perf-autofiling-issues#4712

@ghost ghost locked as resolved and limited conversation to collaborators May 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve vm's getStringLiteral for dynamic context

5 participants