Thread overview
[Issue 12798] constant folding should optimize subsequent concatenations
May 25, 2014
Kenji Hara
May 25, 2014
Walter Bright
May 25, 2014
https://issues.dlang.org/show_bug.cgi?id=12798

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

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

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/3581

--
May 25, 2014
https://issues.dlang.org/show_bug.cgi?id=12798

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com
           Severity|major                       |enhancement

--
May 25, 2014
https://issues.dlang.org/show_bug.cgi?id=12798

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/5920f0953c9e7f4683d8c6f90a15497c95870076 fix Issue 12798 - constant folding should optimize subsequent concatenations

https://github.com/D-Programming-Language/dmd/commit/99ccc90d669d92af80a55a509abfc09e1cafac8e Merge pull request #3581 from 9rnsr/fix12798

Issue 12798 - constant folding should optimize subsequent concatenations

--