Hacker News new | ask | show | jobs
by TheHydroImpulse 3566 days ago
It's not a new implementation so much as compiling Swift for different architectures and environments not supported by the compiler.

It still uses the Swift compiler but emits LLVM IR and then uses Clang to target to the different environments.

1 comments

The assembler and Makefile are x86 only. I'm not seeing support for other architectures.