Re: [CVS ci] @ANON sub pragma

2004-11-28 Thread Luke Palmer
Leopold Toetsch wrote: >I've checked in intial support for anonymous subroutines. > > .sub foo @ANON > >creates an anonymous subroutine. On a semi-related note, can I get a classoffset without doing a hash lookup? That is, can I store the class number I get assigned somewhere for quick fetching?

How immediate is immediate (was: [CVS ci] @ANON sub pragma)

2004-11-28 Thread Leopold Toetsch
Luke Palmer wrote: On a semi-related note, can I get a classoffset without doing a hash lookup? That is, can I store the class number I get assigned somewhere for quick fetching? It *could* be something like the example below. But that doesn't work yet. Currently subroutines denoted with @IMMEDIA

Re: [CVS ci] @ANON sub pragma

2004-11-28 Thread Leopold Toetsch
Sam Ruby <[EMAIL PROTECTED]> wrote: > I can't seem to combine it with "non_prototyped". .sub "foo" @ANON, non_prototyped > - Sam Ruby leo

Re: [CVS ci] @ANON sub pragma

2004-11-27 Thread Sam Ruby
Leopold Toetsch wrote: I've checked in intial support for anonymous subroutines. .sub foo @ANON creates an anonymous subroutine. Cool. I can't seem to combine it with "non_prototyped". - Sam Ruby

[CVS ci] @ANON sub pragma

2004-11-25 Thread Leopold Toetsch
I've checked in intial support for anonymous subroutines. .sub foo @ANON creates an anonymous subroutine. It's available with the normal call syntax: x = foo(y) in the same module[1], as this syntax translates roughly to: set_p_pc P0, foo invoke where "foo" is a visible clue for the inde