From: Julian Seward Date: Fri, 22 Apr 2005 21:20:47 +0000 (+0000) Subject: Comment-only change. X-Git-Tag: svn/VALGRIND_3_0_1^2~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d85b1937b760f9a77b42fd9fab04678a007bdb98;p=thirdparty%2Fvalgrind.git Comment-only change. git-svn-id: svn://svn.valgrind.org/vex/trunk@1135 --- diff --git a/VEX/priv/host-x86/isel.c b/VEX/priv/host-x86/isel.c index 37bf943ed9..7fc824dad2 100644 --- a/VEX/priv/host-x86/isel.c +++ b/VEX/priv/host-x86/isel.c @@ -44,9 +44,11 @@ #include "host-generic/h_generic_simd64.h" #include "host-x86/hdefs.h" -/* TODO 4 Feb 2005: +/* TODO 21 Apr 2005: - -- Fill in load-case in iselIntExpr_RMI + -- (Really an assembler issue) don't emit CMov32 as a cmov + insn, since that's expensive on P4 and conditional branch + is cheaper if (as we expect) the condition is highly predictable -- preserve xmm registers across function calls (by declaring them as trashed by call insns)