# New Ticket Created by Paul Cochrane # Please include the string: [perl #46187] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=46187 >
In src/gc/register.c:parrot_gc_context() there is the todo item: LVALUE_CAST(char *, ctx.bp) = interp->ctx_mem.threshold - sizeof (parrot_regs_t); /* TODO */ It is unclear what one has to do here, so the first thing to do is to work out what the todo is there to do.