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

Intrinsify Encoding.TryGetBytes for UTF16 -> UTF8 literals #84659

Closed
EgorBo opened this issue Apr 11, 2023 · 1 comment · Fixed by #85328
Closed

Intrinsify Encoding.TryGetBytes for UTF16 -> UTF8 literals #84659

EgorBo opened this issue Apr 11, 2023 · 1 comment · Fixed by #85328
Assignees
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone

Comments

@EgorBo
Copy link
Member

EgorBo commented Apr 11, 2023

Tracking issue for @stephentoub's request in #84609

The idea that we should provide zero-cost conversion from UTF16 to UTF8 for string literals/RVA data in order to have efficient UTF8 string interpolation.

@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Apr 11, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Apr 11, 2023
@EgorBo EgorBo added area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI and removed untriaged New issue has not been triaged by the area owner needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Apr 11, 2023
@EgorBo EgorBo added this to the 8.0.0 milestone Apr 11, 2023
@ghost
Copy link

ghost commented Apr 11, 2023

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

Issue Details

Tracking issue for @stephentoub's request in #84609

The idea that we should provide zero-cost conversion from UTF16 to UTF8 for string literals/RVA data in order to have efficient UTF8 string interpolation.

Author: EgorBo
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

@EgorBo EgorBo self-assigned this Apr 11, 2023
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Apr 25, 2023
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Jul 23, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Aug 23, 2023
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
1 participant