All languages should just be syntactic sugar for an intermediate language that's mature enough to have optimizing compilers
Name:
Anonymous2015-07-31 5:47
>>4 GCC's internal compiler format is "intentionally obfuscated". It's exceedingly difficult to study what it is and how to use it if you don't dedicate your life to it as the GCC programmers have. LLVM on the other hand was designed to be modular and reusable by anybody. That team had the benefit of learning the lessons of GCC.