Comment First instruction (Score 1) 326
An infinitely fast computer requires PAUSE instruction.
void demalloc(void *ptr) { ptr = NULL; }
and IE implementation
void demalloc(void *ptr) { free(ptr + 4); }
"I've finally learned what `upward compatible' means. It means we get to keep all our old mistakes." -- Dennie van Tassel