github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
brrt \o 08:45
yoleaux 08:06Z <|Tux|> brrt: I still get sh: line 1: 25114 Segmentation fault (core dumped) perl6 -Ilib csv-ip5xs.pl < /tmp/hello.csv
brrt .tell |Tux| i haven't investigated that yet 08:46
yoleaux brrt: I'll pass your message to |Tux|.
Geth MoarVM/master: 4 commits pushed by (Jeremy Studer)++, (Bart Wiegmans)++ 08:47
samcv good * 08:54
lizmat samcv o/ 08:58
brrt: ready to bump that to Rakudo ? 09:00
if so, I'll bump :-)
brrt lizmat: I think that'd be good, yes 10:28
lizmat already done :-)
seems to have a positive effect on setting compilation 10:29
maybe 1..2 seconds shorter (it feels anyway, still a lot of noise if I'm doing other things at the same time)
brrt cool 10:41
timotimo because of the latest exprjit ops? 10:45
timotimo if so that'd be pretty impressiv 10:46
brrt yeah, jstuder++ 10:52
timotimo i imagined that's mostly used in frames that run mostly once, like, to set up some constants 10:59
brrt maybe it unblocks some things, I don't know 11:02
lizmat well, first time I saw the complete "make install" go under 1min30 on my machine 11:26
perhaps that happened before, but I just didn't see it
perhaps installing just got faster
which *would* have some hottish code
dogbert17 lizmat, jnthn: any cool opts on the agenda for today? 12:41
dogbert17 .seen robertle 13:56
yoleaux I saw robertle 1 Oct 2018 13:54Z in #perl6: <robertle> but I can't remember anyone being eaten, "just" enslaved and abused
jnthn dogbert17: Too many other things to do today. But my focus now will be on getting PEA and scalar replacement further along, which will be some work, though I also think I can deliver it in phases. :) 16:59
jnthn bbl
lizmat MoarVM panic: Corrupt multi dispatch cache: cur_node != 0, re-check == 0x0 # make test in doc 19:17
dogbert17 hmm, 'JIT ERROR: Negative offset for dynamic label 50' 20:33
jnthn dogbert17: Do you have ceea63332b already? 20:35
dogbert17 jnthn: yep, but to be fair the code was running under MVM_SPESH_NODELAY and MVM_SPESH_BLOCKING. Should that matter? 20:37
I ran this: MVM_SPESH_NODELAY=1 MVM_SPESH_BLOCKING=1 ./perl6 t/04-nativecall/00-misc.t 20:38
jnthn Just means it's a different problem that needs fixing :)
dogbert17 uh oh