On Jan 14, 2006, at 17:30, Joshua Isom wrote:
src/ops/experimental.ops:226: error: unable to find a register to spill
I've now disabled register assignment for gcc like ...
register opcode_t *cur_opcode asm ("esi") = cur_op;
... totally. It works for some gcc 3.x versions though and can for some
extra speed be turned on by defining
PARROT_CGP_REGS or PARROT_SWITCH_REGS when compiling these runcores. leo
