]> git.ipfire.org Git - thirdparty/valgrind.git/commit
* Modify the instrumenter to use the new primops introduced in
authorJulian Seward <jseward@acm.org>
Tue, 26 Apr 2005 23:49:24 +0000 (23:49 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 26 Apr 2005 23:49:24 +0000 (23:49 +0000)
commita4eecff65625d99f7e8da528bda7fa86b0f7afdb
treeef88a809c2f4c233427336f66b7cc13f59a30064
parentdd1b51f37c127512ab2b9948be353cc47a9594b8
* Modify the instrumenter to use the new primops introduced in
  vex rev 1144.

* Observe that mkLazy2 generates IR which often turns into
  long and slow code sequences in the back end, primarily because
  PCast operations are expensive.  Add a couple of special
  cases which give noticably better performance when handling
  FP-intensive code on x86.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3572
memcheck/mc_translate.c