From: William Djaja Tjokroaminata Date: 2002-09-17T00:10:59+09:00 Subject: Re: private variables Hi, Can't we just add something like "local_iv_table" in addition to "generic_iv_table" in variable.c? All local variables will use something like "rb_local_ivar_set()" and "rb_local_ivar_get()" which refers to local_iv_table. Regards, Bill ============================================================================= dblack@candle.superlink.net wrote: > On Mon, 16 Sep 2002, ts wrote: >> In this case where do you store class local variables (i.e. what you call >> private variables :-)) ? > Whoops, I have reintroduced deprecated terminology into the discussion > :-) And I probably can't answer your question very cogently. But I > guess I'd store them wherever they'd be stored if they were named > @_var, only I wouldn't name them @_var. > In the certainty that this can't be a satisfactory answer, back to > you... :-)