Edit: I guess they could get rid of a few numbers... Anyhow it isn't a philosophy that is going to get me to consider nimony for anything.
reply
Not if you compile with optimizations on. This C code:
int wrapping_add_ints(int x, int y) { return (int)((unsigned)x + (unsigned)y); }
wrapping_add_ints: lea eax, [rdi + rsi] ret