Re: IMCC optimizer instruction duplication and opcode write/reads

2006-01-02 Thread Leopold Toetsch
On Jan 2, 2006, at 16:53, Amos Robinson wrote: error:imcc:The opcode '_' (<1>) was not found. Check the type and number of the arguments Looks strange. gdb might help. Hmm, okay. I was hoping I could've just copied the set_args, get_results, and callmethodccs. I'll have a look further int

Re: IMCC optimizer instruction duplication and opcode write/reads

2006-01-02 Thread Amos Robinson
Argh. Just realised my old address, [EMAIL PROTECTED], could receive emails but not send them (not even to itself!) > > On Dec 31, 2005, at 15:43, Amos Robinson wrote: > -- > > A copy_ins() function would be nice, if needed. > >> However, this doesn't seem to work with e.g. set_args. > > Why? In

Re: IMCC optimizer instruction duplication and opcode write/reads

2006-01-01 Thread Leopold Toetsch
On Dec 31, 2005, at 15:43, Amos Robinson wrote: I was wondering if anybody could help: the best I've found for duplicating an instruction is INS(interp, unit, ins->op, "", ins->r, ins->n_r, ins->keys, 0); A copy_ins() function would be nice, if needed. However, this doesn't seem to work

IMCC optimizer instruction duplication and opcode write/reads

2005-12-31 Thread Amos Robinson
I was wondering if anybody could help: the best I've found for duplicating an instruction is INS(interp, unit, ins->op, "", ins->r, ins->n_r, ins->keys, 0); However, this doesn't seem to work with e.g. set_args. Is there some easy way to duplicate an instruction, or should I just give up when I s