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

Implement the ARM64 Windows context switch #15155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HertzDevil
Copy link
Contributor

@HertzDevil HertzDevil commented Nov 5, 2024

Follow-up to #14911. This is essentially the existing AArch64 context switch, plus the Win32-specific Thread Information Block handling. It makes specs like spec/std/channel_spec.cr pass, and the compiler macro run also depends on it.

@ysbaddaden
Copy link
Contributor

ysbaddaden commented Nov 5, 2024

Aside question: is there any reason to keep supporting LLVM 9? Especially for AArch64 where we recommend to use at least LLVM 13?

Edit: even Crystal 1.0 was released with LLVM 10 it seems (at least on Linux).

@HertzDevil
Copy link
Contributor Author

HertzDevil commented Nov 5, 2024

Before we switched to the current AArch64 CI images, the previous ones actually used LLVM 8

@straight-shoota straight-shoota added this to the 1.15.0 milestone Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants