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.
lizmat so, I just found something weird: 16:25
sub a($a) { if $a -> $b { $b } }; a(42) for ^3000000
sub a will *NOT* get inlined because: 16:26
a BB(2, 192 bytes) -> BB(3):
target has a :noinline instruction - ins: takeclosure