Skip to content

Conversation

@jakobbotsch
Copy link
Member

This mainly served to assert consistency between the by-byte and by-slot
values while macOS arm64 ABI support was implemented. Now that this is
done we can get rid of all code related to this.

Fix #45501

This mainly served to assert consistency between the by-byte and by-slot
values while macOS arm64 ABI support was implemented. Now that this is
done we can get rid of all code related to this.

Fix dotnet#45501
@ghost ghost added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Apr 21, 2022
@ghost ghost assigned jakobbotsch Apr 21, 2022
@ghost
Copy link

ghost commented Apr 21, 2022

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

Issue Details

This mainly served to assert consistency between the by-byte and by-slot
values while macOS arm64 ABI support was implemented. Now that this is
done we can get rid of all code related to this.

Fix #45501

Author: jakobbotsch
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

@jakobbotsch
Copy link
Member Author

cc @dotnet/jit-contrib

@jakobbotsch jakobbotsch merged commit 77f0df7 into dotnet:main Apr 22, 2022
@jakobbotsch jakobbotsch deleted the remove-DEBUG_ARG_SLOTS branch April 22, 2022 22:02
@ghost ghost locked as resolved and limited conversation to collaborators May 23, 2022
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.

Replace OSX_ARM64_ABI define with a runtime flag.

2 participants