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: nob...@puremagic.com
        ReportedBy: thecybersha...@gmail.com


--- Comment #0 from Vladimir Panteleev <thecybersha...@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: -------

Reply via email to