[ruby-core:90537] Re: [Ruby trunk Feature#15413] unmarkable C stack (3rd stack)

From: Koichi Sasada <ko1@...>
Date: 2018-12-15 01:03:07 UTC
List: ruby-core #90537
On 2018/12/15 6:32, [email protected] wrote:
> We should experiment a bump allocator for temporary allocations which
> behaves like the stack, but does not get marked by GC.  VALUEs will continue
> to be allocated on normal C stack, but non-VALUE stuff can go to the
> unmarkable machine stack.

memory space for alloca()?

-- 
// SASADA Koichi at atdot dot net

Unsubscribe: <mailto:[email protected]?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread