|
|
|
|
|
by flohofwoe
842 days ago
|
|
This is mostly only true for modern optimising C compilers. If you take a simple C compiler from the 90's, or disable optimisations in a modern compiler, there's a near 1:1 relationship between the C code and compiler output. |
|