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); }
It is impossible to travel faster than light, and certainly not desirable, as one's hat keeps blowing off. -- Woody Allen