]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Merge r6217 (also comment cosmetics):
authorJulian Seward <jseward@acm.org>
Tue, 17 Oct 2006 02:08:26 +0000 (02:08 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 17 Oct 2006 02:08:26 +0000 (02:08 +0000)
commit0850d324437283dc75535727e4a85f728a4ee70c
treef887388c32fbc1dd811e229a83b5ef34363becd8
parentcdda2b71bd007c5b8f8a85238c20850719d4b058
Merge r6217 (also comment cosmetics):

Use 'ctr' rather than 'lr' for indirect jumps, so as not to trash the
branch predictor(s) for returns from generated code.  Makes a big
difference on ppc970 (and POWER4).

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6291
coregrind/m_dispatch/dispatch-amd64-linux.S
coregrind/m_dispatch/dispatch-ppc32-linux.S
coregrind/m_dispatch/dispatch-ppc64-linux.S
coregrind/m_dispatch/dispatch-x86-linux.S