[#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: GC disable / enable question

From: nobu.nokada@...
Date: 2003-09-17 11:36:59 UTC
List: ruby-core #1534
Hi,

At Wed, 17 Sep 2003 20:10:35 +0900,
Torsten Rueger wrote:
> I'm developing a c extension, and I have to do a GC disable/enable 
> around
> some code that constructs ruby objects. (I've tried without, and the GC
> sweeps my partly constucted objects away).

Something wrong in your "partly constructing" way.  How are you
doing it?

-- 
Nobu Nakada

In This Thread