-
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
[interp] Intrinsify span ctor #39195
Merged
Merged
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
BrzVlad
requested review from
alexischr,
CoffeeFlux,
lambdageek,
thaystg and
vargaz
as code owners
July 13, 2020 14:51
BrzVlad
commented
Jul 13, 2020
BrzVlad
force-pushed
the
feature-interp-span-ctor2
branch
from
July 14, 2020 07:35
a0beba1
to
dd80b7c
Compare
vargaz
approved these changes
Jul 14, 2020
BrzVlad
force-pushed
the
feature-interp-span-ctor2
branch
from
July 14, 2020 11:16
dd80b7c
to
1bb4b05
Compare
It is heavily used in bcl for static read only spans. In the future we should do copy propagation through its fields so we avoid creating the span in the first place and remove other unecessary opcodes.
BrzVlad
force-pushed
the
feature-interp-span-ctor2
branch
from
July 15, 2020 12:37
db64b2f
to
d4f6b0c
Compare
What kind of perf gain are we looking at with this change ? |
I assume this would also help methods like |
Here's a simple benchmark doing
|
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.