Hacker News new | ask | show | jobs
by gpderetta 2238 days ago
The compiler knows the semantics of malloc. Malloc as it appear in the source code doesn't even need to map 1:1 to calls to the library function, the compiler can remove and coalesce calls at will.