Re: Accessing Hash with strings/keys

2005-08-02 Thread Klaas-Jan Stol
Leopold Toetsch wrote: Klaas-Jan Stol wrote: Leopold Toetsch wrote: By far the simplest thing is either look at the opcode in ops/core_ops.c or use a debugger and set a breakpoint at the appropriate opcode, e.g. So, apparently, it seems to me the get_pmc_keyed method is called. Y

Re: Accessing Hash with strings/keys

2005-07-31 Thread Leopold Toetsch
Klaas-Jan Stol wrote: Leopold Toetsch wrote: By far the simplest thing is either look at the opcode in ops/core_ops.c or use a debugger and set a breakpoint at the appropriate opcode, e.g. So, apparently, it seems to me the get_pmc_keyed method is called. Yep .. I tried to run the Par

Re: Accessing Hash with strings/keys

2005-07-31 Thread Klaas-Jan Stol
Leopold Toetsch wrote: On Jul 29, 2005, at 10:38, Klaas-Jan Stol wrote: Anybody an idea what I'm doing wrong here? By far the simplest thing is either look at the opcode in ops/core_ops.c or use a debugger and set a breakpoint at the appropriate opcode, e.g. Parrot_set_p_p_kc (or _ki

Re: Accessing Hash with strings/keys

2005-07-29 Thread Leopold Toetsch
On Jul 29, 2005, at 10:38, Klaas-Jan Stol wrote: Anybody an idea what I'm doing wrong here? By far the simplest thing is either look at the opcode in ops/core_ops.c or use a debugger and set a breakpoint at the appropriate opcode, e.g. Parrot_set_p_p_kc (or _kic) and step on from there