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
Currently, validating gzip.c using clang-plugin emits a log which is 736 MB even if -tv-quiet is given.
Most of the output is either ERROR: Unsupported... or Transformation seems to be correct! (syntactically equal); removing all of them reduces the log size to 4MB.
It would be great if there is an option that makes the clang plugin even quieter.
I think printing only results that are made after SMT solver is finally invoked will significantly reduce the size of the log, but it may miss critical type mismatch errors in Alive2.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently, validating gzip.c using clang-plugin emits a log which is 736 MB even if
-tv-quiet
is given.Most of the output is either
ERROR: Unsupported...
orTransformation seems to be correct! (syntactically equal)
; removing all of them reduces the log size to 4MB.It would be great if there is an option that makes the clang plugin even quieter.
I think printing only results that are made after SMT solver is finally invoked will significantly reduce the size of the log, but it may miss critical type mismatch errors in Alive2.
Beta Was this translation helpful? Give feedback.
All reactions