Hacker News new | ask | show | jobs
by omega_rythm 4136 days ago
Which is a deficiency of compilers and languages they support: there should be a notion of "verbatim" code, where the compiler doesn't try to apply any code transformation changing the "literal" semantics (as opposed to "intended" semantics).

Of course this would only be possible for languages like C which don't make any advanced abstractions on the hardware arch.