Add -Zmiri-trace-ffi to emit a message per FFI call #3919
Labels
A-shims
Area: This affects the external function shims
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
Comparing miri and real evaluations can sometimes be hard due to the verbose logging of miri vs the difficulty of getting any information out of a real execution without changing its behaviour.
We could add a new flag that dumps the name and arguments of all shim invocations.
The text was updated successfully, but these errors were encountered: