Re: [Qemu-devel] [PATCH 03/20] tcg-ia64: Handle constant calls

2013-11-03 Thread Aurelien Jarno
On Thu, Oct 31, 2013 at 01:21:52PM -0700, Richard Henderson wrote: > Using only indirect calls results in 3 bundles (one to load the > descriptor address), and 4 stop bits. By looking through the > descriptor to the constants, we can perform the call with 2 > bundles and only 1 stop bit. > > Sign

[Qemu-devel] [PATCH 03/20] tcg-ia64: Handle constant calls

2013-10-31 Thread Richard Henderson
Using only indirect calls results in 3 bundles (one to load the descriptor address), and 4 stop bits. By looking through the descriptor to the constants, we can perform the call with 2 bundles and only 1 stop bit. Signed-off-by: Richard Henderson --- tcg/ia64/tcg-target.c | 38 +