|
From: Philippe W. <phi...@sk...> - 2012-07-28 10:48:54
|
On Fri, 2012-07-27 at 22:26 -0400, Florian Krohm wrote:
> minimal -> at-endof-sb
> atmemaccess -> at-mem-access
> exact -> at-insn
A discussion with Julian converged to:
--vex-iropt-register-updates=unwindregs-at-mem-access
|allregs-at-mem-access
|allregs-at-each-insn [unwindregs-at-mem-access]
> Can we please use symbolic names instead of magic constants 0,1,2 ?
Good idea => enum defined in libvex.h
New patch attached.
Thanks
Philippe
|