|
|
|
|
|
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. |
|