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
When `get_value_set_rec` discovers a nondet symbol it will consider the
pointer pointing to any of the known objects (as of 3789670). It
suffices to do this once for each run of `get_value_set`, even when
multiple nondet symbols are encountered while traversing an expression.
This reduces the symex time on the test of #7357 from 930 seconds to 404
seconds.
0 commit comments