https://issues.dlang.org/show_bug.cgi?id=22937
--- Comment #2 from Dennis <[email protected]> --- (In reply to mhh from comment #1) > The frontend should be doing less constant folding not more. Which operator/type combinations should be constant folded, and why? To me, it would make sense to constant fold all built in operators on literal values. I don't expect the compiler to ever generate a runtime addition for '3 + 4', even in debug builds. --
