rpms/valgrind/devel valgrind-3.1.1-amd64-speedup.patch,1.1,1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 3 17:16:34 UTC 2006


Author: jakub

Update of /cvs/dist/rpms/valgrind/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv4423

Modified Files:
	valgrind-3.1.1-amd64-speedup.patch 
Log Message:
3.1.1-1


valgrind-3.1.1-amd64-speedup.patch:
 toIR.c |  384 ++++++++++++++++++++++++++++++++---------------------------------
 1 files changed, 193 insertions(+), 191 deletions(-)

Index: valgrind-3.1.1-amd64-speedup.patch
===================================================================
RCS file: /cvs/dist/rpms/valgrind/devel/valgrind-3.1.1-amd64-speedup.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- valgrind-3.1.1-amd64-speedup.patch	3 Apr 2006 16:55:06 -0000	1.1
+++ valgrind-3.1.1-amd64-speedup.patch	3 Apr 2006 17:16:30 -0000	1.2
@@ -1,8 +1,8 @@
 Replaces 188 insn[0] == 0x0F tests with just one, allows for insn[0] != 0x0F
 to quickly skip all the 188 if clauses.  I haven't analyzed if the compiler
 could possibly figure this out itself, certainly it would be hard.
---- valgrind-3.1.1/VEX/priv/toIR.c.jj	2006-03-14 14:16:38.000000000 -0500
-+++ valgrind-3.1.1/VEX/priv/toIR.c	2006-04-03 12:44:42.000000000 -0400
+--- valgrind-3.1.1/VEX/priv/guest-amd64/toIR.c.jj	2006-03-14 14:16:38.000000000 -0500
++++ valgrind-3.1.1/VEX/priv/guest-amd64/toIR.c	2006-04-03 12:44:42.000000000 -0400
 @@ -8139,13 +8139,14 @@ DisResult disInstr_AMD64_WRK ( 
  
     insn = (UChar*)&guest_code[delta];




More information about the fedora-cvs-commits mailing list