|
|
|
|
|
by comex
4101 days ago
|
|
Correct. GCC always produces assembly and shells out to as; Clang originally did the same, but now goes straight from an internal representation to machine code by default, with the old behavior as a flag. Not sure about other compilers. In addition to being wrong, the parent's point is also incredibly nitpicky. |
|