[Issue 9995] New: Long compilation time with std.net.curl import

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Apr 26 09:42:33 PDT 2013


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

           Summary: Long compilation time with std.net.curl import
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: minor
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: bearophile_hugs at eml.cc


--- Comment #0 from bearophile_hugs at eml.cc 2013-04-26 09:42:32 PDT ---
I don't know if this should be considered as a problem, but this little
program:


import std.net.curl;
void main() {}


in some cases takes a long time to compile:


Compilation times, seconds:
 <no switches>:                       1.17
 -O -inline -release:                 1.40
 -O -inline -noboundscheck:           1.42
 -noboundscheck -release:             1.14
 -inline -noboundscheck -release:     6.34
 -O -inline -noboundscheck -release: 23.53

-- 
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