github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
timotimo can we "just" have a segv handler that outputs a stack trace? 07:26
nine A Perl 6 or a C stack trace? 08:07
yoleaux 03:36Z <SmokeMachine> nine: github.com/FCO/Red/tree/master/lib/Red/AST
timotimo perl6 stack trace usually 08:22
C would be possible with libunwind; we'd also want to make the jit's stack be a little less confusing for this possible 08:23
purpose*
timotimo i wonder if we have any functions that take an array and try to use its data while another thread could potentially be resizing it, for example 13:36
MasterDuke if there aren't any objections, i'll merge github.com/MoarVM/MoarVM/pull/1100 later today or tomorrow 17:28
lizmat timotimo: push? unshift? 17:34
timotimo lizmat: that's not what i mean :D 18:24
Geth MoarVM/configurable-subsystems: 0e91cd4c25 | (Timo Paulssen)++ | 12 files
hook up initial impl of confprog validator & interpreter
22:16
MoarVM/configurable-subsystems: ee6d115994 | (Timo Paulssen)++ | tools/compile_confprog.p6
compile entrypoints, validate and run confprog