>>>>> "LW" == Larry Wall <[EMAIL PROTECTED]> writes: LW> : =item vtable LW> : LW> : The vtable field holds a pointer to the vtable for a variable. Each LW> : variable type has its own vtable, holding pointers to functions for LW> : the variable. Vtables are shared between variables of the same LW> : type. (All integer arrays have the same vtable, as do all string LW> : scalars and so on) LW> I think that last statement is false. I think strings will have LW> several vtables depending on their format. (So might integers, if we LW> decide to stitch in bigints.) Actually, it isn't false. Just not 100% accurate statement. During some interchange with Dan. We discuseed saving various flag checking by swapping vtbls. (Hmm, might this be a state machine?) <chaim> -- Chaim Frenkel Nonlinear Knowledge, Inc. [EMAIL PROTECTED] +1-718-236-0183
- RFC 35 (v1) A proposed internal base format for perl Perl6 RFC Librarian
- Re: RFC 35 (v1) A proposed internal base format f... Nick Ing-Simmons
- Re: RFC 35 (v1) A proposed internal base form... Dan Sugalski
- Re: RFC 35 (v1) A proposed internal base ... Ken Fox
- Re: RFC 35 (v1) A proposed internal b... Dan Sugalski
- Re: RFC 35 (v1) A proposed internal b... Nick Ing-Simmons
- Re: RFC 35 (v1) A proposed inter... Dan Sugalski
- Re: RFC 35 (v1) A proposed internal base format f... Larry Wall
- Re: RFC 35 (v1) A proposed internal base form... Dan Sugalski
- Re: RFC 35 (v1) A proposed internal base form... Chaim Frenkel
- Re: RFC 35 (v1) A proposed internal base ... Larry Wall
- Re: RFC 35 (v1) A proposed internal b... Nick Ing-Simmons
- Re: RFC 35 (v1) A proposed inter... Larry Wall
- Re: RFC 35 (v1) A proposed i... Nick Ing-Simmons
- Re: RFC 35 (v1) A propos... Larry Wall
- Re: RFC 35 (v1) A propos... John Porter
- Re: RFC 35 (v1) A proposed i... Dan Sugalski
- Re: RFC 35 (v1) A propos... Larry Wall
- Re: RFC 35 (v1) A propos... Dan Sugalski
- Re: RFC 35 (v1) A propos... Larry Wall