in trying to make goto ADDRESS($1) work as it should i have come
across the following doubt:

out of core_ops.c, core_ops_cg.c and core_ops_prederef.c which one is
parrot using? and how do i change it if i want? i notice while
compling is have the HAVE_COMPUTED_GOTO macro defined, but it seems
(and i may be mistaken) that changes to core_ops_cg.c don't affect
my parrot.

-- 
-Marco
Ring the bells that still can ring.
Forget the perfect offering.
There's a crack in everything.
It's how the light gets in.
     -Isonard Cohen

p.s. - i think the problem is related to directly setting cur_opcode
to interpreter->int_reg.registers[cur_opcode[1]] and not something
like interpreter->code->byte_code + $1, could this be?

Reply via email to