[dmd-internals] [D-Programming-Language/dmd] f11143: fix Issue 12509 - Compiler performance highly depe...
GitHub
noreply at github.com
Tue Apr 8 05:25:57 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: f111434251af84e90abc709a49527ec76b9e1a97
https://github.com/D-Programming-Language/dmd/commit/f111434251af84e90abc709a49527ec76b9e1a97
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-04-06 (Sun, 06 Apr 2014)
Changed paths:
M src/struct.c
M src/todt.c
M test/runnable/testdt.d
Log Message:
-----------
fix Issue 12509 - Compiler performance highly depends on declared array size - for struct with long static array of structs
Commit: db2291fc32b08187fb5862eefe3160a3e6b3dd90
https://github.com/D-Programming-Language/dmd/commit/db2291fc32b08187fb5862eefe3160a3e6b3dd90
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2014-04-08 (Tue, 08 Apr 2014)
Changed paths:
M src/struct.c
M src/todt.c
M test/runnable/testdt.d
Log Message:
-----------
Merge pull request #3425 from 9rnsr/fix12509
[REG2.064] Issue 12509 - Compiler performance highly depends on declared array size - for struct with long static array of structs
Compare: https://github.com/D-Programming-Language/dmd/compare/3001fb407685...db2291fc32b0
More information about the dmd-internals
mailing list