Julian Seward 4bbc49a210 x86 guest: finally redo marshalling of register-passed parameters so
that it's always correct (hopefully).  If any of the regparm
parameters look like they might need a fixed register, compute them
all into temporaries and then move all the temps at the end into the
arg regs.  OTOH, if all the args are simple enough so that they
definitely don't need fixed regs to compute, compute them directly
into the argument registers, thereby saving some reg-reg moves.



git-svn-id: svn://svn.valgrind.org/vex/trunk@563
2004-11-17 13:06:21 +00:00
Description
No description provided
51 MiB
Languages
C 94.6%
Assembly 1.7%
C++ 1.1%
Makefile 0.6%
Perl 0.5%
Other 1.4%