Thread overview
[Issue 11233] New: DMD HEAD very slow with large static array struct field
Oct 12, 2013
Vladimir Panteleev
Oct 13, 2013
Kenji Hara
Oct 13, 2013
Kenji Hara
Oct 14, 2013
Kenji Hara
October 12, 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@puremagic.com
        ReportedBy: thecybershadow@gmail.com


--- Comment #0 from Vladimir Panteleev <thecybershadow@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: -------
October 13, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11233


Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull


--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2013-10-13 00:55:28 PDT ---
https://github.com/D-Programming-Language/dmd/pull/2659

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 13, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11233


Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@dawg.eu


--- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> 2013-10-13 00:55:39 PDT ---
*** Issue 11237 has been marked as a duplicate of this issue. ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 13, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11233



--- Comment #3 from github-bugzilla@puremagic.com 2013-10-13 09:20:42 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/70028fc5f90ef2753ee684b4a60d6889c5f7ad0a fix Issue 11233 - DMD HEAD very slow with large static array struct field

https://github.com/D-Programming-Language/dmd/commit/f1c2fc73797fa006a812ea768cad0a6504d77860 Merge pull request #2659 from 9rnsr/fix11233

[REG2.064a] Issue 11233 - DMD HEAD very slow with large static array struct field

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 13, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11233



--- Comment #4 from github-bugzilla@puremagic.com 2013-10-13 11:36:18 PDT ---
Commit pushed to 2.064 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/8f973d947ba262f35e0e0c8e00c1b533389c8fa0 Merge pull request #2659 from 9rnsr/fix11233

[REG2.064a] Issue 11233 - DMD HEAD very slow with large static array struct field

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 14, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11233


Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------