github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
AlexDaniel Geth: hello? 16:41
jnthn timotimo++ # nice blog post and work :) 21:32
timotimo thank you! \o/
vrurg jnthn: BTW, I finally done M#1209 the way it had to be. It is ready for merge. 21:48
synopsebot M#1209 [open]: github.com/MoarVM/MoarVM/pull/1209 Fix run-away CORE context on closures
vrurg timotimo: I described the problem in the PR. Nothing really specific, the biggest problem was my lack of expertise in moar. :) 21:49
Geth_ MoarVM/master: 4 commits pushed by (Vadim Belman)++, (Jonathan Worthington)++ 21:55
vrurg jnthn: thanks! 22:00
jnthn vrurg++
timotimo super good! 22:05
so 23:01
when a callback comes from a thread moarvm knows nothing about
how are we going to figure out which MVMInstance it should belong to? 23:02
since we kind of have support for multiple MVMInstances in one process
jnthn I'm not sure there's any good way to solve that.
timotimo nqp::claimprocess()
jnthn Right, you'd have to designate one instance 23:03
In terms of how people use MoarVM today, I don't think that's going to be a practical problem 23:04
timotimo indeed