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

JIT: Store one segment inline in ABIPassingInformation #103690

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

jakobbotsch
Copy link
Member

By far the most common case on all platforms is that an argument takes up one segment to describe its passing behavior, so we can avoid additional allocations by storing one segment inline.

Helps throughput in #103537 somewhat.

By far the most common case on all platforms is that an argument takes
up one segment to describe its passing behavior, so we can avoid
additional allocations by storing one segment inline.
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Jun 19, 2024
Copy link
Contributor

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

@jakobbotsch jakobbotsch marked this pull request as ready for review June 19, 2024 13:24
@jakobbotsch
Copy link
Member Author

cc @dotnet/jit-contrib PTAL @EgorBo

No diffs, some minor TP changes.

@jakobbotsch jakobbotsch requested a review from EgorBo June 19, 2024 13:24
@jakobbotsch jakobbotsch merged commit 0498939 into dotnet:main Jun 19, 2024
107 checks passed
@jakobbotsch jakobbotsch deleted the one-segment-inline branch June 19, 2024 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.

None yet

2 participants