[Issue 14835] Statement is not reachable doesn't play along generic code

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Oct 23 22:51:39 PDT 2015


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

thomas.bockman at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thomas.bockman at gmail.com

--- Comment #5 from thomas.bockman at gmail.com ---
This issue will block for further improvements to constant folding and value
range propagation, as better folding and VRP make it noticeably worse.

I found this out by adding VRP-based constant folding for integer comparisons,
and then trying to compile Phobos and vibe.d - see:
    https://github.com/D-Programming-Language/dmd/pull/5229

--


More information about the Digitalmars-d-bugs mailing list