On Mon, Jul 10, 2006 at 06:57:06PM -0700, Matt Diephouse wrote:
> Patrick R. Michaud <[EMAIL PROTECTED]> wrote:
> >I really like both of these suggestions.  We also noted on #parrot that
> >get_hll_global would really simplify things for the Tcl folks, which
> >currently go through a macro to achieve the same effect.
> 
> You mean get_abs_global, actually. The proposed get_hll_global opcode
> mirrors the existing find_global exactly. :-)

Erm, only if it's the explicit-namespace version of find_global.
Summarizing the conversion chart:

   $P0 = find_global 'x'         ->  $P0 = get_global 'x'

   $P1 = find_global ['ns'],'x'  ->  $P0 = get_hll_global ['ns'],'x'

-- 
Chip Salzenberg <[EMAIL PROTECTED]>

Reply via email to