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

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

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?