From: SASADA Koichi Date: 2012-07-04T13:56:07+09:00 Subject: [ruby-core:46162] Re: [ruby-trunk - Feature #3187] Allow dynamic Fiber stack size I make another ticket about it: https://bugs.ruby-lang.org/issues/6694 Thanks, Koichi (2012/06/26 4:20), ko1 (Koichi Sasada) wrote: > > Issue #3187 has been updated by ko1 (Koichi Sasada). > > > Any other idea about it? It's only API design. > > I'm not sure nahi-san's idea is good for Ruby or not. > I feel that it is too different from current style. > > > ---------------------------------------- > Feature #3187: Allow dynamic Fiber stack size > https://bugs.ruby-lang.org/issues/3187#change-27423 > > Author: mperham (Mike Perham) > Status: Assigned > Priority: Normal > Assignee: ko1 (Koichi Sasada) > Category: core > Target version: 2.0.0 > > > =begin > I'd like a way to increase the size of the Fiber stack dynamically so when my program starts, I can set it to whatever value I need for the code I'm running. 4KB is too easy to run into problems when running recursive code but settling on any arbitrary static value seems pointless to me. > =end > > > -- // SASADA Koichi at atdot dot net