forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add profiler ELT test (dotnet#39550)
Fix the following issues: On amd64 linux we didn't save and restore the xmm registers, and didn't handle enregistered 16 bytes structs as return values On arm we didn't save and restore the floating point registers (I made the linux arm helpers match the windows arm helpers) On arm64 we didn't handle 16 byte enregistered structs as return values And add tests
- Loading branch information
Showing
23 changed files
with
1,128 additions
and
202 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.