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.
Geth MoarVM: 482e284f74 | (Daniel Green)++ | src/spesh/args.c
Fix spesh of named uint parameters

Handle the newly added `*_u` versions of named parameters ops. Now something like `sub a(uint :$a!) { $a ?? $a + 1 !! 0 }; my uint $a = 1; for ^1_000_000 { $a = a(:$a); }; say $a;` no longer dies with `Unexpected named argument 'a' passed`, even though it finishes fine with a smaller number of iterations in the loop.
07:24
MoarVM: eb4480d888 | niner++ (committed using GitHub Web editor) | src/spesh/args.c
Merge pull request #1681 from MasterDuke17/fix_spesh_of_required_named_uint_params

Fix spesh of named uint parameters
07:25
lizmat and yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2022/03/07/2022-...-promoted/ 14:54
vrurg HTTP::HPACK flaps with "MoarVM panic: Unknown dispatch op when resolving callsite". MVM_SPESH_DISABLE fixes the problem. 23:43
MasterDuke looks like it might be an easy fix 23:57