On 05/20/2011 05:39 AM, Kirill Batuzov wrote: > + i = (op == INDEX_op_call) ? > + (args[0] >> 16) + (args[0] & 0xffff) + 3 : > + def->nb_args; > + while (i) { > + *gen_args = *args; > + args++; > + gen_args++; > + i--; > + }
If you use the correct NOP, i.e. nop vs nop[123n], then I don't believe you need to compact the arguments like this. r~