mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-06 03:23:58 +00:00
more cache friendly. This changes the mechanism from being a table of pointers to (guest address, translated code pairs) to being a table of pairs (guest address, pointer to translated code). The effect ranges from zero up to about 20% performance improvement on memcheck, the biggest effects being seen for programs which jump around a large number of blocks of code and whose data set does not fit in L2. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6582