macaw-symbolic
: Simplify doPtrEq
#388
Labels
symbolic-execution
Issues relating to macaw-symbolic and symbolic execution
macaw-symbolic
: Simplify doPtrEq
#388
doPtrEq
is defined like so:Here are the definitions of
{x,y}Ptr
and{x,y}Bits
:To me, the cases read:
First of all, case (3) seems subsumed entirely by case (1).
Secondly, it seems that this could more easily be written as the following three cases:
x
is a pointer andy
is not, returnundef
.y
is a pointer andx
is not, returnundef
.The text was updated successfully, but these errors were encountered: