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
What do you mean by a massive slowdown? Is this by comparing two different Owi versions?
Between:
let user_name_size = owi_sym::u32_symbol()asusize;
owi_sym::assume(user_name_size == 1);// Creating a symbol == 1// let user_name_size = 1; // And using a concrete variable
What would you expect regarding symbols ? The following:
When running code-examples/rust/cross_language_hash from https://github.com/zapashcanon/paper-owi24/tree/issue_symbolic_memory we get the following weird output:
The text was updated successfully, but these errors were encountered: