-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Apply arm64 intrinsics to System.Text.Encodings.Web #38707
Merged
eiriktsarpalis
merged 32 commits into
dotnet:master
from
eiriktsarpalis:vectorize-encodings-web
Jul 15, 2020
Merged
Apply arm64 intrinsics to System.Text.Encodings.Web #38707
eiriktsarpalis
merged 32 commits into
dotnet:master
from
eiriktsarpalis:vectorize-encodings-web
Jul 15, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dotnet-GitSync-Bot
added
the
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
label
Jul 2, 2020
Tagging subscribers to this area: @tarekgh |
eiriktsarpalis
removed
the
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
label
Jul 2, 2020
tarekgh
reviewed
Jul 2, 2020
src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/AdvSimdHelper.cs
Outdated
Show resolved
Hide resolved
eiriktsarpalis
changed the title
[WIP] Apply arm64 intrinsics to System.Text.Encodings.Web
Apply arm64 intrinsics to System.Text.Encodings.Web
Jul 7, 2020
eiriktsarpalis
force-pushed
the
vectorize-encodings-web
branch
from
July 8, 2020 16:16
70fc184
to
5dc8ad3
Compare
carlossanlop
reviewed
Jul 9, 2020
...ibraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/DefaultJavaScriptEncoder.cs
Outdated
Show resolved
Hide resolved
...ystem.Text.Encodings.Web/src/System/Text/Encodings/Web/DefaultJavaScriptEncoderBasicLatin.cs
Show resolved
Hide resolved
...ibraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/DefaultJavaScriptEncoder.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/AdvSimdHelper.cs
Outdated
Show resolved
Hide resolved
carlossanlop
reviewed
Jul 9, 2020
...ystem.Text.Encodings.Web/src/System/Text/Encodings/Web/DefaultJavaScriptEncoderBasicLatin.cs
Outdated
Show resolved
Hide resolved
eiriktsarpalis
force-pushed
the
vectorize-encodings-web
branch
from
July 9, 2020 11:29
5dc8ad3
to
ca7e6a8
Compare
src/libraries/System.Text.Encodings.Web/src/System/Runtime/Intrinsics/ArmIntrinsics.Shims.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/BitHelper.cs
Outdated
Show resolved
Hide resolved
carlossanlop
reviewed
Jul 9, 2020
src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/AdvSimdHelper.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/AdvSimdHelper.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/AdvSimdHelper.cs
Outdated
Show resolved
Hide resolved
@eiriktsarpalis - Can you also share the performance improvements you get? |
There seems to be no performance suite for the particular library. Would probably need to write one up and compare. |
...ystem.Text.Encodings.Web/src/System/Text/Encodings/Web/DefaultJavaScriptEncoderBasicLatin.cs
Show resolved
Hide resolved
...ystem.Text.Encodings.Web/src/System/Text/Encodings/Web/DefaultJavaScriptEncoderBasicLatin.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs
Show resolved
Hide resolved
...es/System.Text.Encodings.Web/src/System/Text/Encodings/Web/UnsafeRelaxedJavaScriptEncoder.cs
Outdated
Show resolved
Hide resolved
… into architecture-specific helper methods
eiriktsarpalis
force-pushed
the
vectorize-encodings-web
branch
from
July 15, 2020 09:23
7eece29
to
0ff134f
Compare
CI failures are unrelated test failures, merging away. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.