Closed
Description
In branch https://github.com/danielsn/rmc/tree/test-use-memcpy-in-hook
cd tests/kani/Refs
kani main.rs
If you run with the HEAD of the branch, the test is very slow; if you run with one commit before HEAD, its fast. The only change is to emit memcpy(a,b,sizeof(*a))
vs*a = *b
.