[Issue 14431] [REG 2.067.0] huge slowdown of compilation speed

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Apr 10 02:22:03 PDT 2015


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

Daniel Kozak <kozzi11 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kozzi11 at gmail.com

--- Comment #1 from Daniel Kozak <kozzi11 at gmail.com> ---
My timings:
                2.066.1|  2.067
-----------------------------------------
debug -c       4.300  |  4.500
debug -c -o-       3.500  |  3.500
release -c       4.000  |  4.100
release -c -o-       3.260  |  3.310
release -c -O       6.400  |  6.700
release -c -o- -O  3.280  |  3.320
release               5.750  |  5.600
release -O       8.200  |  8.100


So for me difference in compile speed is almost same

--


More information about the Digitalmars-d-bugs mailing list