jnthn FROGGS: --ll-exception will likely reveal the real issue. 07:53
FROGGS jnthn: ahh, that already looked pretty --ll so I thought this is it :o) 08:47
./perl6-m --ll-exception -e 'say nqp::backendconfig()'
Cannot find method 'gist': no method cache and no .^find_method
at src/gen/m-CORE.setting:12853 (./CORE.setting.moarvm:say:36)
jnthn yeah, but it probably does that with perl6-p 09:09
dalek arVM: 8e80b30 | (Tobias Leich)++ | Configure.pl:
put osname and osvers in config, so rakudo an use it

If one finds a clever way to obtain this information without relying Perl 5's Config.pm, go ahead.
20:17
dalek arVM: 191c383 | jnthn++ | src/math/bigintops.c:
Make radix_I careful with interior pointers.

Before, the object could move during their lifetime. This fixes the issue. nwc10++ for finding it.
22:30
FROGGS ahh /o\ 22:39
now I see it too
jnthn Turns out our next real blocker for Rakudo on Moar is reposession stuff /o\ 22:40
FROGGS whatever that means :o) 22:42
FROGGS is happily innocent
jnthn Lucky you :P 22:43
FROGGS *g*
dalek arVM: ccbe218 | jnthn++ | src/6model/ (4 files):
Track ownership of special-cased objects.
23:42
arVM: 3b309fc | jnthn++ | src/6model/sc.c:
First pass at object repo barrier.