From: nobu.nokada@... Date: 2002-05-31T20:30:20+09:00 Subject: Re: possible bug: stack dump with <<-String, #{...} and large loops Hi, At Fri, 31 May 2002 18:48:28 +0900, ts wrote: > Well, the other possibility is that PUSH_VARS() always push a place holder > (except when it's called from rb_yield_0()). > > This will make new variables in #eval and "#{}" always dynamic, and the > performance problem is only in this case (ruby can compile only once > "#{}") I'm thinking it must be, no other way to solve [ruby-core:00100]. -- Nobu Nakada