www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 9995] New: Long compilation time with std.net.curl import

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 puremagic.com
        ReportedBy: bearophile_hugs eml.cc



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: -------
Apr 26 2013