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.
Nicholas good *, * 06:21
jnthnwrthngtn o/ 09:36
Nicholas \o 09:41
[Coke] o/ ~~ 13:08
MasterDuke if i have a program that spends a decent amount of time in dispatch_polymorphic, is there a good way to know what's polymorphic? 16:29
Geth MoarVM/fix_misspesh_of_native_calls: 01e1d11672 | (Stefan Seifert)++ | src/spesh/disp.c
Fix mis-spesh of native calls on unsupported rw arg types

When we encountered an unsupported rw arg type when trying translate dispatch to native functions, we aborted the translation, but at that point we had already inserted guards. On a successful translation these guards would end up before the specialized dispatch op, but during the process they are actually after the original dispatch op. This can result in guards failing due to arg registers ... (8 more lines)
16:57
MoarVM/fix_misspesh_of_native_calls: 87040eaa5a | (Stefan Seifert)++ | src/spesh/disp.c
Extend translation of native call dispatch to unsigned rw args
MoarVM: niner++ created pull request #1695:
Fix misspesh of native calls
Geth MoarVM/fix_misspesh_of_native_calls: 2319bba43b | (Stefan Seifert)++ | src/spesh/disp.c
Replace callsite_drop/insert pairs with callsite_replace

Saves some code and allocations.
17:42
nine MasterDuke++