Hacker News new | ask | show | jobs
by moloch-hai 1301 days ago
Sometimes a __builtin_assert(c) may help (which is not the same as the normal assertion, which won't). Other times, you need to make a private copy of a value that the compiler could not otherwise assume will not be clobbered.