C, still?
C, still?
Posted Sep 21, 2017 15:19 UTC (Thu) by nix (subscriber, #2304)In reply to: C, still? by ncm
Parent article: Building the kernel with Clang
Compilation may be slower (although not compilation of the C subset -- guess what, Gcc uses the same code for both!)Um, no it doesn't. The frontends are separate, the parser is distinct, there is no way you can say it uses the same code for both except insofar as it also uses the same code for Ada, Objective C and Fortran.