On Tue, Jun 19, 2001 at 11:18:18AM +0900, Yukihiro Matsumoto wrote:
> Hi,
> 
> In message "[ruby-talk:16597] Re: walking the ruby_frame list"
>     on 01/06/19, victor <victor / fnordovax.dyndns.org> writes:
> 
> |Correct me
> |if I am wrong, but could not RCR#u015 be implemented almost trivially by
> |adding the object's VALUE onto the array of things returned by caller?  And 
> |since it is using the same logic as the caller method is, would it also be 
> |thread-safe?
> 
> You're not wrong.  Yes.  Yes.
> 
> Even a patch was supplied.  The only reason it's not merged yet is
> that I'm not sure for the name "call_stack".

Cool.  I will keep an eye on the changelogs for future releases, then, and
use the patch in RCR#U015 until it is implemented in the main interpreter. 
Thanks!

> 							matz.

		Victor