github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
timotimo i wouldn't say no to a merge, then 17:35
sorry for the late response 17:36
MasterDuke cool, np
btw, i never figured out what you mean by the comment in the commit that changed the fprintf to snprintf+fputs github.com/MoarVM/MoarVM/commit/80...a462c691ee 17:37
timotimo i was pretty sure that using the same file or perhaps io handle for multiple moar processes was garbling output 19:05
MasterDuke ok, makes sense. going to merge as-is then 19:25
Geth MoarVM/master: 6 commits pushed by (Daniel Green)++, MasterDuke17++ 19:32
MasterDuke oh interesting! my make_MVMSpeshCandidate_an_MVMCollectable branch sadly, but not surprisingly, still panics right at the start of stage parse of a rakudo build 20:40
however...it succeeds when run with MVM_SPESH_DISABLE=1
jnthn MasterDuke: We'd never create any MVMSpeshCandidate objects if spesh is disabled, alas, so it's not quite so good a hint 21:35
Could be worth checking some of the other options though (like does inlining being disabled have any impact)
MasterDuke doh. ha! 23:09
nope, still get the panic with just INLINE|PEA|OSR disabled 23:11