AlexDaniel squashable6: next 02:27
squashable6 AlexDaniel, ⚠🍕 Next SQUASHathon in 3 days and ≈7 hours (2018-04-07 UTC-12⌁UTC+14). See github.com/rakudo/rakudo/wiki/Mont...Squash-Day
Geth MoarVM/master: 4 commits pushed by (Samantha McVey)++ 04:35
MoarVM: 21d6c54702 | (Samantha McVey)++ | docs/ChangeLog
Fix a minor typo in an old ChangeLog entry
04:45
Geth MoarVM: 1bfc79aff2 | (Samantha McVey)++ | Configure.pl
Add --show-autovect --show-autovect-failed flags working for Configure.pl

Two options are added:
  == --show-autovect
Prints debug messages when compiling showing which loops were auto vectorized ... (9 more lines)
06:48
MoarVM: f4dec401e8 | (Samantha McVey)++ | Configure.pl
Fix some warnings caused when --show-vect-failed uses default value

Make sure it is truey before trying to use numeric comparison.
07:04
travis-ci MoarVM build failed. Samantha McVey 'Add --show-autovect --show-autovect-failed flags working for Configure.pl 07:05
travis-ci.org/MoarVM/MoarVM/builds/361502954 github.com/MoarVM/MoarVM/compare/2...fc79aff240
Geth MoarVM: 95014f524b | (Samantha McVey)++ | Configure.pl
Fix Configure.pl --asan flag on clang

Let clang link in its own version of asan instead of supplying -lasan to the linker. Otherwise there is a version conflict.
07:36
travis-ci MoarVM build failed. Samantha McVey 'Fix Configure.pl --asan flag on clang 07:53
travis-ci.org/MoarVM/MoarVM/builds/361515053 github.com/MoarVM/MoarVM/compare/f...014f524b58
jnthn timotimo: Disabling inlining turns a 29MB profile into a 3MB profile, so I guess things will be a good bit mroe usable once the unwind bug is fixed :) 09:49
timotimo: I see that it again reports time spent in specialization...is that accurate? 09:50
timotimo aye, the inlining profiling bug isn't fixed properly in its branch yet, there's still trouble 10:05
i changed how specialization time is counted; the spesh worker just hangs it off of the main thread but it doesn't get removed from call graph nodes nor does it influence the total time i believe
dogbert2 m: try { do-that-thing-you-do(); CONTROL {} }; sub do-that-thing-you-do { warn "This is a warning";} # is it this unwind bug 10:22
camelia This is a warning
MoarVM panic: Trying to unwind over wrong handler
dogbert2 suspects that the answer is no :) 10:23
jnthn timotimo: Hm, Ok. One profile I took had seemingly high specialization time 10:32
timotimo: But another looks more normal so maybe the profiler is right :)
timotimo i should cross-reference speshlog numbers with profile output every now and then, i'd say 10:36
jnthn ist in Deutschland o/ :) 10:45
timotimo has yet to pack his things :o
jnthn Am going to overnight in Berlin :)
At Dresden now, so only a bit more to go for today 10:46
timotimo google maps think my drive "typically" takes between 2:50 and 4:10 at the given time 10:49
jnthn That's quite some variance :)
timotimo yeah, i suppose over almost 300 km there can be more than one congestion
jnthn The train is at least in theory more predictable in that sense :) 10:50
When I walked into the station this morning the first thing I heard was a 40 minute delay being announced. Was relieved to discover it wasn't for my train :) 10:51
dogbert2 jnthn: Sprechen Sie Deutsch? 11:06
FROGGS :D 11:07
lizmat donnerwetter! :-) 11:09
jnthn Nein! Ich kann nur bier kaufen. :P 11:23
lizmat nicht trinken? schade! :-)
jnthn :P
lizmat lunch&
dogbert2 www.beeradvocate.com/lists/de/ 11:29
lizmat perhaps some low hanging opt fruit: it looks like atpos2d_o and friends are not JITted 13:32
this would help multidim array access a lot 13:33
timotimo those should be super easy 21:58