[Issue 10675] [Optimizer] optimize x >= a && x <= b and such to one comparison

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jul 19 13:23:24 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=10675



--- Comment #2 from Dmitry Olshansky <dmitry.olsh at gmail.com> 2013-07-19 13:23:23 PDT ---
Aye, and compiler flags used.

First version:
dmd -release -O -inline -noboundscheck -version=compiler if_else_opt.d

Optimized by hand version:
dmd -release -O -inline -noboundscheck -version=manual if_else_opt.d

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list