rpnx 7 hours ago

Ran across this while writing the Quxlang compiler frontend. Was wondering how GCC/Clang solved this problem... turns out at least with regard to GCC... they don't!

rpnx 7 hours ago

200-ish line C++ file with no user-defined templates generates around 90k assembly lines with -Os enabled.