[#1551] Hashes as keys — "Nathaniel Talbott" <nathaniel@...>

I was just playing around with Hash#hash and discovered that you can't use a

13 messages 2003/09/23

Re: [BUG] Additional info regarding ruby-talk:66239

From: matz@... (Yukihiro Matsumoto)
Date: 2003-09-03 15:07:51 UTC
List: ruby-core #1507
Hi,

In message "Re: [BUG] Additional info regarding ruby-talk:66239"
    on 03/09/03, ts <decoux@moulon.inra.fr> writes:

| Now rb_gc_mark_frame(frame) will mark frame->argv, but if frame->argv is
| also in the copied stack, ruby must mark ADJ(frame->argv) rather than
| frame->argv, no ?

Indeed.  Thank you for pointing out.

							matz.


In This Thread