New issue 165: Integer range analysis
http://bitbucket.org/ahh/ahh/issue/165/integer-range-analysis
Cyrus Omar / cyrus on Fri, 25 Jun 2010 23:48:39 +0200:
Description:
Buncha papers here:
http://user.it.uu.se/~svenolof/IRA01/
Would be useful for making sure you don't access/write out of the bounds of a buffer statically. Could also (optionally probably) insert dynamic checks when this can't be done statically.
--
This is an issue notification from bitbucket.org.
You are receiving this either because you are the
owner of the issue, or you are following the issue.
Issue 165: Integer range analysis
http://bitbucket.org/ahh/ahh/issue/165/integer-range-analysis
Cyrus Omar / cyrus on Fri, 25 Jun 2010 23:48:45 +0200:
Changes:
status: new -> open