|
From: <sv...@va...> - 2005-12-04 19:33:06
|
Author: njn Date: 2005-12-04 19:33:03 +0000 (Sun, 04 Dec 2005) New Revision: 5281 Log: add comment from log message. Modified: trunk/coregrind/m_dispatch/dispatch-x86-linux.S Modified: trunk/coregrind/m_dispatch/dispatch-x86-linux.S =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/coregrind/m_dispatch/dispatch-x86-linux.S 2005-12-04 19:26:00 U= TC (rev 5280) +++ trunk/coregrind/m_dispatch/dispatch-x86-linux.S 2005-12-04 19:33:03 U= TC (rev 5281) @@ -101,6 +101,7 @@ jnz fast_lookup_failed /* increment bb profile counter */ movl VG_(tt_fastN)(,%ebx,4), %edx + /* Use "addl $1", not "incl", to avoid partial-flags stall on P4 */ addl $1, (%edx) =20 /* Found a match. Call tce[1], which is 8 bytes along, since |