]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Teach the x86 back end how generate 'lea' instructions, and generate
authorJulian Seward <jseward@acm.org>
Sat, 31 Mar 2007 14:30:12 +0000 (14:30 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 31 Mar 2007 14:30:12 +0000 (14:30 +0000)
commita226803fa2a4dfb436bd0906eec536b766731888
treeac23f045f880627c0d1d5cbac0f67de0ae30faf2
parent142fa90be87cd1efa89bd797de17715b2b410ae5
Teach the x86 back end how generate 'lea' instructions, and generate
them in a couple of places which are important.  This reduces the
amount of generated code for memcheck and none by about 1%, and (in
very unscientific tests on perf/bz2) speeds memcheck up by about 1%.

git-svn-id: svn://svn.valgrind.org/vex/trunk@1745
VEX/priv/host-x86/hdefs.c
VEX/priv/host-x86/hdefs.h
VEX/priv/host-x86/isel.c