From: Paul Brannan Date: 2008-03-13T00:39:49+09:00 Subject: Re: any tricks to speed up ruby? On Thu, Mar 13, 2008 at 12:34:31AM +0900, Michal Suchanek wrote: > I suspect this is pretty much noop as most of the code is in libruby > anyway and it usually has to be compiled with -fPIC to link at all. Perhaps it depends on the platform, but on x86 linux, libruby is a static library by default unless --enable-shared is used. Paul