Replies: 1 comment
-
The main advantage of the pointer generator is that it will cover more scenarios, such as unaligned and uninitialized pointers, which is preferred. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@feliperodri I’ve been experimenting with the new PointerGenerator API and have a couple of examples I’d like to discuss.
I have a proof using a specific type,
(f64, bool)
, like this:And using the pointer generator for the same type:
Is there any significant difference between using a specific type in the proof (like in check_tuple_normal) versus using the pointer generator (as in check_tuple_pg)? Additionally, do you have a preference for one approach over the other in your proofs?
Beta Was this translation helpful? Give feedback.
All reactions