-
Notifications
You must be signed in to change notification settings - Fork 44
Fix SMT interaction in Booster #3987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
No substantial difference in KEVM performance:
|
517dd73
to
8ab9ad4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two small suggestions about the logging
Unknown -> do | ||
Log.getPrettyModifiers >>= \case | ||
ModifiersRep (_ :: FromModifiersT mods => Proxy mods) -> do | ||
Log.withContext Log.CtxDetail |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe log in the context that these conditions actually cause an "Abort"?
Log.withContext Log.CtxDetail | |
Log.withContext Log.CtxAbort | |
$ Log.withContext Log.CtxDetail |
Co-authored-by: Jost Berthold <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.