Re: [Qemu-devel] [PATCH for-next 00/15] Collection of improvements for tcg/ppc64

2013-08-16 Thread Richard Henderson
Ping. r~ On 08/05/2013 11:28 AM, Richard Henderson wrote: > About half of these patches are focused on reducing the number of > full 64-bit constants that need to be generated for addresses: > > E.g. patch 5, looking through the function descriptor. If the > program is built --disable-pie, the

[Qemu-devel] [PATCH for-next 00/15] Collection of improvements for tcg/ppc64

2013-08-05 Thread Richard Henderson
About half of these patches are focused on reducing the number of full 64-bit constants that need to be generated for addresses: E.g. patch 5, looking through the function descriptor. If the program is built --disable-pie, the elements of the function descriptors are all 32-bit constants. E.g. t