karelklic / canal

Abstract interpreter for real-world application programs
https://github.com/karelklic/canal/wiki
Other
32 stars 2 forks source link

Handle bottom values in unit tests #120

Closed xbrukner closed 11 years ago

xbrukner commented 11 years ago

If you do binary operation (ie icmp) with bottom, the result should be bottom - because if top is returned and later the value is known and result is more precise, the more precise result should be used when joining, but top will be used.