|
From: <sv...@va...> - 2006-01-22 20:12:52
|
Author: sewardj
Date: 2006-01-22 20:12:45 +0000 (Sun, 22 Jan 2006)
New Revision: 5586
Log:
Comment-only changes.
Modified:
trunk/coregrind/m_translate.c
Modified: trunk/coregrind/m_translate.c
=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_translate.c 2006-01-22 16:44:35 UTC (rev 5585)
+++ trunk/coregrind/m_translate.c 2006-01-22 20:12:45 UTC (rev 5586)
@@ -1,6 +1,6 @@
=20
/*--------------------------------------------------------------------*/
-/*--- The JITter proper: register allocation & code improvement ---*/
+/*--- Interface to LibVEX_Translate, and the SP-update pass ---*/
/*--- m_translate.c ---*/
/*--------------------------------------------------------------------*/
=20
@@ -328,6 +328,7 @@
case 32: DO(die, 32, tttmp); addStmtToIRBB(bb,st); continue=
;
case -32: DO(new, 32, tttmp); addStmtToIRBB(bb,st); continue=
;
default: =20
+ /* common values for ppc64: 144 128 160 112 176 */
n_SP_updates_generic_known++;
goto generic;
}
|