From: matz@... (Yukihiro Matsumoto) Date: 2002-09-03T09:56:30+09:00 Subject: Re: [MemLeak] in dln.c Hi, In message "Re: [MemLeak] in dln.c" on 02/09/03, Michal Rokos writes: |On Tue, Sep 03, 2002 at 12:00:42AM +0900, Yukihiro Matsumoto wrote: |> I'd use alloca. I want dln.c to be separatable from Ruby as much as |> possible. | | So, #2 is a winner. | | (Only think that worries me is 'man alloca': The alloca function | is machine and compiler dependent. Its use is discouraged.) | | All credits goes to nobu. It seems OK (for me). If you check if it works, go ahead to commit. matz.