Actions
Task #6073
closedImplicitly inserted marks
Start date:
06/19/2015
Due date:
06/26/2015
% Done:
0%
Estimated time:
Detected in build:
svn
Published in build:
Description
- exception("IntegerOverflow") -> mark("exception.IntegerOverflow")
- x[i] = expr -> mark("x.write", index = i, value = expr)
- var = x[i] -> mark("x.read", index = i, value = x[i])
- PC = expr(inputs) -> mark("branch", address = expr)
Actions