https://d.puremagic.com/issues/show_bug.cgi?id=11497
--- Comment #1 from [email protected] 2013-11-11 13:14:10 PST --- To add, this happens regardless of optimization flags: > dmd -release -O -inline -run hello.d 1 Time: 11ms 2 Time: 1972ms > dmd -release -O -run hello.d 1 Time: 92ms 2 Time: 1967ms > dmd -release -run hello.d 1 Time: 167ms 2 Time: 2020ms > dmd -run hello.d 1 Time: 148ms 2 Time: 2023ms -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
