mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 18:56:10 +00:00
50-fast-cond Implement Julian's idea for fast conditional jumps. Rather than fully restoring the eflags register with an expensive push-popf pair, just test the flag bits directly out of the base block. Faster, and smaller code too! git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1339