[Issue 11233] New: DMD HEAD very slow with large static array struct field

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Oct 12 03:08:37 PDT 2013


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

           Summary: DMD HEAD very slow with large static array struct
                    field
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: performance
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: thecybershadow at gmail.com


--- Comment #0 from Vladimir Panteleev <thecybershadow at gmail.com> 2013-10-12 13:08:33 EEST ---
struct S
{
    uint[0x100000] arr;
}

The above file takes over a minute to compile.

Regression introduced in commit 52f378e631b863a70dc3493a726bd83b2bb7f523.

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