|
|
|
|
|
by flatline3
5024 days ago
|
|
You don't need to study compiler theory to understand the kind of code the compiler will output. That's very easy to reason about, and much harder to implement. Knowing x86 assembly is more than enough to reason backwards from assembly to the C that generated it. |
|