Hacker News new | ask | show | jobs
by matheusmoreira 9 days ago
I used the compiler's __builtin_add_overflow in order to deal with that issue in my memory allocator. At this point I'm probably on track to replace every arithmetic operator in the entire codebase with those things.