# New Ticket Created by  Paul Cochrane 
# Please include the string:  [perl #46183]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=46183 >


In src/gc/register.c:init_context() there is the todo item:

ctx->reg_stack = old->reg_stack;     /* XXX move into interpreter? */
ctx->user_stack = old->user_stack;   /* XXX move into interpreter? */

Reply via email to