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

Enable universal cross target jit builds for Apple Silicon #43325

Closed
sdmaclea opened this issue Oct 12, 2020 · 1 comment · Fixed by #45467
Closed

Enable universal cross target jit builds for Apple Silicon #43325

sdmaclea opened this issue Oct 12, 2020 · 1 comment · Fixed by #45467

Comments

@sdmaclea
Copy link
Contributor

sdmaclea commented Oct 12, 2020

osx-arm64 has a different ABI than linux-arm64 and other unix variants.

Add a clrjit for Apple Silicon similar to those introduced by #41126

/cc @davidwrighton @mangod9 @sandreenko @JulieLeeMSFT

@sdmaclea sdmaclea added this to the 6.0.0 milestone Oct 12, 2020
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label Oct 12, 2020
@davidwrighton
Copy link
Member

I think we should make this some sort of runtime switch instead of the ifdef based logic used elsewhere. We can do the ifdef based work for now, but the number of jits is very large, and the differences between the windows, linux, and OSX variants are minimal

@jeffschwMSFT jeffschwMSFT removed the untriaged New issue has not been triaged by the area owner label Oct 13, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Jan 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

5 participants