| ▲ | kibwen 4 hours ago |
| I want to believe this is sarcasm, but it's so hard to tell these days. |
|
| ▲ | nonethewiser 4 hours ago | parent | next [-] |
| For many cases like the one described, its true. |
| |
| ▲ | kibwen 22 minutes ago | parent [-] | | It's not. The majority of people regularly using GCC to develop C code (IOW, the primary use case of GCC) are familiar with assembly. | | |
| ▲ | fragmede 18 minutes ago | parent [-] | | How familiar? Do they ever look at the .S files? know what ar and nm do? Deal with objdump? How important are those details for day-to-day compiling of C code for regular programmers? |
|
|
|
| ▲ | petcat 4 hours ago | parent | prev [-] |
| It's not sarcasm. We've all accepted that code-generation has been required and accepted for decades. |
| |
| ▲ | __d 4 hours ago | parent [-] | | Code generation (by compiler) has one major difference: it's deterministic. | | |
|