Skip to content

JIT: Delete some unused fields in CallArgABIInformation#99972

Merged
jakobbotsch merged 1 commit intodotnet:mainfrom
jakobbotsch:abi-clean-up
Mar 20, 2024
Merged

JIT: Delete some unused fields in CallArgABIInformation#99972
jakobbotsch merged 1 commit intodotnet:mainfrom
jakobbotsch:abi-clean-up

Conversation

@jakobbotsch
Copy link
Copy Markdown
Member

No description provided.

@ghost ghost added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Mar 19, 2024
@dotnet-policy-service
Copy link
Copy Markdown
Contributor

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

Comment thread src/coreclr/jit/gentree.h
Comment on lines 4470 to 4472
// Unix amd64 will split floating point types and integer types in structs
// between floating point and general purpose registers. Keep track of that
// information so we do not need to recompute it later.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe the comment should be updated too?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left it since the comment equally applies to the StructDesc that we do use in a few places.

@jakobbotsch
Copy link
Copy Markdown
Member Author

cc @dotnet/jit-contrib, simple change

No diffs. superpmi-replay failure is a timeout.

Copy link
Copy Markdown
Contributor

@amanasifkhalid amanasifkhalid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@jakobbotsch jakobbotsch merged commit d3a7c42 into dotnet:main Mar 20, 2024
@jakobbotsch jakobbotsch deleted the abi-clean-up branch March 20, 2024 15:01
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 20, 2024
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.

3 participants