July 08, 2013 [dmd-internals] [D-Programming-Language/dmd] 186acf: Fix Issue 9097 - Value range propagation to disabl... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 186acf411866c1950b215f58fd57c08e903f588c https://github.com/D-Programming-Language/dmd/commit/186acf411866c1950b215f58fd57c08e903f588c Author: Daniel Murphy <yebblies@gmail.com> Date: 2013-07-08 (Mon, 08 Jul 2013) Changed paths: M src/constfold.c M src/e2ir.c M src/expression.c M src/expression.h M src/init.c M src/mtype.c M src/optimize.c Log Message: ----------- Fix Issue 9097 - Value range propagation to disable some array bound tests Do not emit bounds check code if the index is statically known to be within bounds Commit: fe9bb4aaad8b9aa132bd86d7a1168be12fec5981 https://github.com/D-Programming-Language/dmd/commit/fe9bb4aaad8b9aa132bd86d7a1168be12fec5981 Author: Walter Bright <walter@walterbright.com> Date: 2013-07-08 (Mon, 08 Jul 2013) Changed paths: M src/constfold.c M src/e2ir.c M src/expression.c M src/expression.h M src/init.c M src/mtype.c M src/optimize.c Log Message: ----------- Merge pull request #1493 from yebblies/issue9097 Fix Issue 9097 - Value range propagation to disable some array bound tests Compare: https://github.com/D-Programming-Language/dmd/compare/a1d106a4ef7b...fe9bb4aaad8b |
Copyright © 1999-2021 by the D Language Foundation