6 ms·
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 co
by TheHydroImpulse 10y 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.
- kr7 10y agoThe assembler and Makefile are x86 only. I'm not seeing support for other architectures.