Dan Sugalski <[EMAIL PROTECTED]> writes: >At 03:11 PM 8/12/00 -0700, Larry Wall wrote: >>Nick Ing-Simmons writes: >>: Chaim Frenkel <[EMAIL PROTECTED]> writes: >>: >Hmm, will vtbl get rid of all the magic hacks? >>: >>: The "mg.c" 'magic hacks' are in essence applying vtable semantics (they >>: are even called vtables in the sources) to a subset of "values". >> >>Well, yes, but there's a linked list of them to allow for MI of >>magical methods. > >Do we want to allow a variable to have multiple types of magic on it >simultaneously? Yes. e.g. a "normal" magic and arbitary number of "tell me when this changes" magics. > >Yeah, that's an issue. We need to hammer out how much is the responsibility >of the vtable functions, and how much is the responsibility of the op >functions. > >Looks like "tainted" qualifies as the first flag bit in the global flags >field... tainted as magic always struck me as "odd". -- Nick Ing-Simmons
- Re: Method call optimization. Nick Ing-Simmons
- Re: Method call optimization. Nick Ing-Simmons
- Re: Method call optimization. Nick Ing-Simmons
- Re: Ramblings on "base cla... Ken Fox
- Re: Ramblings on "base cla... Larry Wall
- Re: Ramblings on "base cla... Dan Sugalski
- Re: Ramblings on "base cla... Chaim Frenkel
- Re: Ramblings on "base cla... Dan Sugalski
- Re: Ramblings on "base cla... Larry Wall
- Re: Ramblings on "base cla... Ken Fox
- Re: Ramblings on "base cla... Nick Ing-Simmons
- Re: Ramblings on "base cla... Nick Ing-Simmons
- Re: Ramblings on "base class" for ... Nick Ing-Simmons
- Re: Ramblings on "base class" ... Dan Sugalski
- Re: RFC: Foreign objects in perl Benjamin Stuhl
- Re: RFC: Foreign objects in perl Dan Sugalski
- Re: RFC: Foreign objects in perl Simon Cozens
- Re: RFC: Foreign objects in perl John Tobey
- Re: RFC: Foreign objects in perl Bart Schuller
- Re: RFC: Foreign objects in perl Simon Cozens
- Re: RFC: Foreign objects in perl Nick Ing-Simmons