Welcome to the main channel on the development of MoarVM, a virtual machine for NQP and Rakudo (moarvm.org). This channel is being logged for historical purposes.
Set by lizmat on 24 May 2021.
MasterDuke hm, what's up with the CI fails? 02:09
oh, i believe tools/build/checkout-repos-for-test.pl is checking out nqp and rakudo from 'master' instead of 'main' 02:14
ok, i'm going to merge my PR, and then will see about fixing checkout-repos-for-test.pl if nobody beats me to it 02:15
Geth MoarVM: a508c06b6c | (Daniel Green)++ | src/6model/reprs/VMArray.c
Speedup VMArray's deserialize()...

by moving a switch outside of a loop. This means we have to duplicate the loop inside each case statement, but the compiler generates better code. For `raku -e ''`, we deserialize almost 90k VMArrays. With
  `MVM_SPESH_DISABLE=1` we go from ~626k to ~623k instructions and with
  `MVM_SPESH_BLOCKING=1` from ~1.135b to ~1.132b instructions.
MoarVM: 60a268958b | MasterDuke17++ (committed using GitHub Web editor) | src/6model/reprs/VMArray.c
Merge pull request #1738 from MasterDuke17/speedup_VMArrays_deserialize
Geth MoarVM: MasterDuke17++ created pull request #1739:
Update repo checking out script to also use 'main'
03:11
Geth MoarVM: c9055873c6 | (Daniel Green)++ | tools/build/checkout-repos-for-test.pl
Update repo checking out script to also use 'main'
11:14
MoarVM: 92aac35c6c | MasterDuke17++ (committed using GitHub Web editor) | tools/build/checkout-repos-for-test.pl
Merge pull request #1739 from MasterDuke17/update_CI_repo_checking_out_script_for_master_or_main_primary_branch
timo1 so the script has been called with "main" but the script didn't understand it, or is there also a configuration change we have to make? 13:00
anyway, good to have ci back, although i have been busy otherwise for so long that i didn't notice 13:12