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 <[email protected]>
  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 <[email protected]>
  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
_______________________________________________
dmd-internals mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-internals

Reply via email to