github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
05:06 leedo left 07:04 domidumont joined 07:15 patrickb joined 08:21 robertle_ joined 08:27 sena_kun joined 08:43 squashable6 left 08:47 squashable6 joined 10:28 domidumont left 10:46 domidumont joined 10:48 domidumont left 10:53 zakharyas joined 11:40 brrt joined
brrt \o 11:40
.seen samcv 11:44
yoleaux I saw samcv 18 Jun 2019 19:09Z in #moarvm: <samcv> hey dogbert17
brrt anyobdy else enjoying the heat wave 11:47
12:07 domidumont joined 12:28 leedo joined 12:30 lucasb joined 12:57 pamplemousse joined 13:01 pamplemousse_ joined 13:02 ggoebel left 13:03 domidumont1 joined
brrt \p pamplemousse 13:03
pamplemousse_ o/ brrt 13:04
13:04 pamplemousse left, pamplemousse_ is now known as pamplemousse 13:06 domidumont left
lizmat 32 here now 13:16
brrt :-( 13:23
13:23 brrt left 13:41 zakharyas left 14:03 ggoebel joined 14:07 domidumont1 left
dogbert17 only 22 here but closer to 30 inside due to no AC 14:18
lizmat and another Perl 6 Weekly hits the Net: p6weekly.wordpress.com/2019/06/24/...-toolsets/ 14:24
14:31 domidumont joined
timotimo we're at about 32degc, too 14:37
MasterDuke 24 here, which is a welcome change from what it is back home 14:41
dogbert17 24 is reasonable, 32 not so much :) 14:42
timotimo just gotta be thankful it's not 42
pamplemousse 32 sounds awful... We're at 26 here, which is a nice change of pace 14:44
14:54 domidumont left
pamplemousse .tell lizmat I noticed in the perl6 weekly news that my most recent blog post wasn't under the GSoC section this week. Is there something I should do (maybe using notable6: weekly?) so it makes it in next time? 15:04
yoleaux pamplemousse: I'll pass your message to lizmat.
15:13 robertle_ left 15:18 patrickb left 15:33 antoniog1miz joined
antoniog1miz Hi! I have this parallel code => gist.github.com/antoniogamiz/c09b1...cbf6f1eb4d 15:34
but Pod::Load use a decoder which throws this exception => github.com/MoarVM/MoarVM/blob/1049...der.c#L114
any idea about how to fix it? :/
15:46 pamplemousse left, pamplemousse joined
lizmat pamplemousse: yes, please do a "weekly:" next time :-) 15:59
yoleaux 15:04Z <pamplemousse> lizmat: I noticed in the perl6 weekly news that my most recent blog post wasn't under the GSoC section this week. Is there something I should do (maybe using notable6: weekly?) so it makes it in next time?
lizmat .tell pamplemousse added your blog to this P6W, sorry for having missed that 16:06
yoleaux lizmat: I'll pass your message to pamplemousse.
lizmat .tell pamplemousse alternately, you could add your post to either Hacker News or /r/perl6 on Reddit 16:07
yoleaux lizmat: I'll pass your message to pamplemousse.
16:09 zakharyas joined 16:27 antoniog1miz left
pamplemousse lizmat: Thanks! I'll make sure to do that next time 16:50
yoleaux 16:06Z <lizmat> pamplemousse: added your blog to this P6W, sorry for having missed that
16:07Z <lizmat> pamplemousse: alternately, you could add your post to either Hacker News or /r/perl6 on Reddit
17:18 pamplemousse left 17:19 pamplemousse joined 17:20 ggoebel left 17:36 ggoebel joined 17:56 pamplemousse left 18:21 Kaiepi left 18:22 Kaiepi joined 18:51 zakharyas left 20:01 sena_kun left, sena_kun joined
timotimo yo dogbert17, you need me, or something? 20:18
dogbert17 timotimo: did you see/read my ramblings from yesterday wrt the profiler? 20:22
MasterDuke also rambled :) 20:25
Geth MoarVM: Kaiepi++ created pull request #1128:
Add missing concreteness checks to most array ops
21:33
timotimo i might have missed them 21:42
it's just two screens of page-up back, isn't it?
the "fix profiler entering frames via confprog" commit was under suspicion? 21:44
dogbert17 timotimo: yes 21:45
timotimo oh, interesting
yeah, that doesn't seem to be in the right spot, setting it to 1, that is
seems to want one line upwards
dogbert17 I belive that MasterDuke thought so too
timotimo but changing that didn't make a difference in the profiler result?
oh btw the confprog compiler is now a module on cpan 21:46
dogbert17 I was more brutal and removed the change in log.c from commit github.com/MoarVM/MoarVM/commit/69...1cb10e7fba
that seems to fix things for me 21:47
timotimo interesting
yeah, if no confprog is present, none of these changes should be active
so that's a good hint
dogbert17 yeah
timotimo github.com/MoarVM/MoarVM/blob/mast...ation.c#L5 - btw :) :) 21:48
dogbert17 I could try moving line 106 'was_entered_via_confprog = 1;' upward
timotimo putting some documentation in a comment isn't worth much if the rest of the code you write makes people think it's no use looking for explanatory comments ...
please do 21:49
i'll be rebuilding lots of perl6 stuff on my desktop
dogbert17 lemme try
timotimo more comments as well as a confprog.md in the docs/ folder would surely be a good idea 21:50
dogbert17 it seems to work, my example program now has 'SETTING::src/core/operators.pm6:432' as the most expensive routine instead of 'gen/moar/stage2/NQPHLL.nqp:1825' 21:52
that is promising :) 21:53
timotimo: perhaps you should blog about the confprog compiler 21:56
timotimo wakelift.de/2019/05/22/close-look-...-profiler/ - you mean like this? 21:57
21:58 sena_kun left
dogbert17 haha, timotimo++ 21:59
timotimo i don't advertise my posts enough :) 22:00
dogbert17 I'm sure lizmat knows when you have written a post though 22:01
timotimo that post is old already :D 22:22
like a month almost exactly 22:23
MasterDuke timotimo: github.com/MoarVM/MoarVM/blob/mast...onfprog.p6 dies during a `perl6 -c` with `===SORRY!=== Error while compiling /home/dan/Source/perl6/MoarVM/tools/compile_confprog.p6Variable '$custom_reg_base' is not declaredat /home/dan/Source/perl6/MoarVM/tools/compile_confprog.p6:692` 22:50
MasterDuke is off to sleep now 22:51
timotimo MasterDuke: the fix is to "git rm tools/compile_confprog.p6" 22:54
i'll do that 22:55
Geth MoarVM: ad15e4114b | (Timo Paulssen)++ | tools/compile_confprog.p6
compile_confprog.p6 is superceded by an ecosystem module
22:56
MoarVM: 80bc744fa0 | (Timo Paulssen)++ | src/profiler/configuration.c
confprog: allow "say" with null strings
23:00 ggoebel left 23:53 ggoebel joined