Hacker News new | ask | show | jobs
by ifreund 1777 days ago
> Andrew: In release fast mode, which is unsafe, you will get actual undefined behavior. So, you might crash or you might get overflow. You might go down to zero or you might run an unrelated function.

Are you perhaps confusing this with statements made about the debug and release safe build modes?

1 comments

I misread another section. Thanks.