[#88925] [Ruby trunk Feature#15095] [PATCH] share VM stack between threads and fibers if identical — ko1@...
Issue #15095 has been updated by ko1 (Koichi Sasada).
4 messages
2018/09/09
[#88927] Re: [Ruby trunk Feature#15095] [PATCH] share VM stack between threads and fibers if identical
— Eric Wong <normalperson@...>
2018/09/09
ko1@atdot.net wrote:
[#88926] [Ruby trunk Feature#15095] [PATCH] share VM stack between threads and fibers if identical — ko1@...
Issue #15095 has been updated by ko1 (Koichi Sasada).
3 messages
2018/09/09
[#89218] [Ruby trunk Bug#15130] open-uri hangs on cygwin — duerst@...
Issue #15130 has been updated by duerst (Martin D端rst).
5 messages
2018/09/30
[ruby-core:89078] Re: Ask: can we limit to arguments size to uint16_t?
From:
Martin J. Dürst <duerst@...>
Date:
2018-09-19 05:51:46 UTC
List:
ruby-core #89078
On 2018/09/18 23:43, Koichi Sasada wrote: > Now, call_info->orig_argc (passing argument size (we can ignore splat > argumens)) is int (32bit on recent systems). > > Can we limit this size to 16bit (uint16_t)? > Do you have any program which have arguments size exceeds 2^16? > > Machine generating code can exceed. For example: > `bitmap = Bitmap.new(0x00, ...)` https://bugs.ruby-lang.org/issues/982 may be related, but it's about Array literal syntax, not method arguments. Regards, Martin. > Any opinion? > > Thanks, > Koichi Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>