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
The new Crucible-JVM interface can describe multi-dimensional arrays, but not concisely. Basically, you have to describe things as explicit arrays of arrays, with a points_to constraint for each element at every level.
We need to design some higher-level commands for declaring multi-dimensional arrays without all the repetition. It also might help to extend the Crucible-JVM memory model/object representation to support multi-dimensional arrays directly (so we can avoid the overhead of all the object references at intermediate levels).
The current set of commands in the
JavaSetup
context does not support declaring or stating properties about multi-dimensional arrays.The text was updated successfully, but these errors were encountered: