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
This was removed because the array is certain to be overwritten with
nondets, and thus the zero-init was worthless-- however, for the special
case of a zero-length array the init statement was the only assignment,
making the difference between the interpreter assigning it value {}
and assigning it no value at all. Ideally we should omit this most of the
time, but its cost is probably minimal and it's much simpler to keep it
than to track down all the special cases required to deal with a symbol
that is referred to but never defined in the inputs map.
0 commit comments