[dmd-internals] [D-Programming-Language/dmd] f703c5: More fix for issue 3703
GitHub
noreply at github.com
Thu Apr 11 01:36:40 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: f703c5c6551affddd9213f759657a2b3e391b935
https://github.com/D-Programming-Language/dmd/commit/f703c5c6551affddd9213f759657a2b3e391b935
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M src/expression.c
M test/fail_compilation/fail3703.d
Log Message:
-----------
More fix for issue 3703
Commit: 8cd5f790a78e7514e46618d0325e92cbd6e00e48
https://github.com/D-Programming-Language/dmd/commit/8cd5f790a78e7514e46618d0325e92cbd6e00e48
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M src/backend/gother.c
M src/e2ir.c
M src/expression.c
M test/runnable/xtest46.d
Log Message:
-----------
fix Issue 2356 - array literal as non static initializer generates horribly inefficient code.
Commit: d4b20baee7a1c9ee8a9271724feb5d1031e773d4
https://github.com/D-Programming-Language/dmd/commit/d4b20baee7a1c9ee8a9271724feb5d1031e773d4
Author: Don Clugston <dclugston at googlemail.com>
Date: 2013-04-11 (Thu, 11 Apr 2013)
Changed paths:
M src/backend/gother.c
M src/e2ir.c
M src/expression.c
M test/fail_compilation/fail3703.d
M test/runnable/xtest46.d
Log Message:
-----------
Merge pull request #1883 from 9rnsr/fix2356
Issue 2356 - array literal as non static initializer generates horribly inefficient code.
Compare: https://github.com/D-Programming-Language/dmd/compare/5a0d81205999...d4b20baee7a1
More information about the dmd-internals
mailing list