[Issue 20990] Optimizer should move cold branches to the end of the function

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jun 28 20:47:30 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=20990

--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
(In reply to Walter Bright from comment #0)
> assert is a cold branch, and DMD move the assert to the end for the example:

I meant it does "not move" the assert.

--


More information about the Digitalmars-d-bugs mailing list