Re: [Qemu-devel] [PULL 5/8] tcg: Put opcodes in a linked list

2015-08-17 Thread Artyom Tarasenko
On Mon, Aug 17, 2015 at 5:44 PM, Richard Henderson wrote: > On 08/17/2015 04:35 AM, Artyom Tarasenko wrote: >> Hi Richard, >> >> this patch seems to break a build when USE_LIVENESS_ANALYSIS is undefined. > > I suppose that's possible. If so, it must be a trivial error somewhere. > Why in the worl

Re: [Qemu-devel] [PULL 5/8] tcg: Put opcodes in a linked list

2015-08-17 Thread Richard Henderson
On 08/17/2015 04:35 AM, Artyom Tarasenko wrote: > Hi Richard, > > this patch seems to break a build when USE_LIVENESS_ANALYSIS is undefined. I suppose that's possible. If so, it must be a trivial error somewhere. Why in the world would you want !USE_LIVENESS_ANALYSIS? Are you simply trying to s

Re: [Qemu-devel] [PULL 5/8] tcg: Put opcodes in a linked list

2015-08-17 Thread Artyom Tarasenko
Hi Richard, this patch seems to break a build when USE_LIVENESS_ANALYSIS is undefined. Regards, Artyom On Fri, Feb 13, 2015 at 6:43 AM, Richard Henderson wrote: > The previous setup required ops and args to be completely sequential, > and was error prone when it came to both iteration and optim

[Qemu-devel] [PULL 5/8] tcg: Put opcodes in a linked list

2015-02-12 Thread Richard Henderson
The previous setup required ops and args to be completely sequential, and was error prone when it came to both iteration and optimization. Reviewed-by: Bastian Koppelmann Signed-off-by: Richard Henderson --- include/exec/gen-icount.h | 22 ++- tcg/optimize.c| 286 ++