[dmd-internals] [D-Programming-Language/dmd] 74b8a9: optimize out dead catches
GitHub
noreply at github.com
Sat Mar 30 22:59:22 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 74b8a9cd5384ef394c755ac2a5a9d9ac399483e2
https://github.com/D-Programming-Language/dmd/commit/74b8a9cd5384ef394c755ac2a5a9d9ac399483e2
Author: Walter Bright <walter at walterbright.com>
Date: 2013-03-30 (Sat, 30 Mar 2013)
Changed paths:
M src/statement.c
A test/fail_compilation/testpull1810.d
M test/runnable/eh.d
Log Message:
-----------
optimize out dead catches
Commit: b4a5c9cf3a82678b7f0c8de022115de5d7244b4f
https://github.com/D-Programming-Language/dmd/commit/b4a5c9cf3a82678b7f0c8de022115de5d7244b4f
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2013-03-30 (Sat, 30 Mar 2013)
Changed paths:
M src/statement.c
A test/fail_compilation/testpull1810.d
M test/runnable/eh.d
Log Message:
-----------
Merge pull request #1810 from WalterBright/rmdeadcatches
optimize out dead catches
Compare: https://github.com/D-Programming-Language/dmd/compare/7faff241fde5...b4a5c9cf3a82
More information about the dmd-internals
mailing list