Re: [PATCH] jit: variable length successors array in struct basic_block

2009-04-28 Thread Pekka Enberg
On Tue, 2009-04-28 at 16:32 +0200, Tomek Grabiec wrote: > Basic blocks can have now any number of successors. This is needed by > BB ended with athrow, as well as BB ended with > tableswitch/lookupswitch (not implemented yet). > > Signed-off-by: Tomek Grabiec Applied, thanks! -

[PATCH] jit: variable length successors array in struct basic_block

2009-04-28 Thread Tomek Grabiec
Basic blocks can have now any number of successors. This is needed by BB ended with athrow, as well as BB ended with tableswitch/lookupswitch (not implemented yet). Signed-off-by: Tomek Grabiec --- include/jit/basic-block.h |6 +-- jit/basic-block.c | 35 -