You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of only applying static top-level simplification to stripWrites, we can also call a full-on SMT solver (perhaps with some time-tick timeout), to simplify not only at top-level some sub-expression(s). The code currently applies a bunch of top-level heuristics/rewrites here:
Instead of only applying static top-level simplification to
stripWrites
, we can also call a full-on SMT solver (perhaps with some time-tick timeout), to simplify not only at top-level some sub-expression(s). The code currently applies a bunch of top-level heuristics/rewrites here:hevm/src/EVM/Expr.hs
Line 533 in 4c8fe5b
The text was updated successfully, but these errors were encountered: