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.
05:05 guifa left 07:04 timo left 07:07 timo joined 08:55 gfldex left 08:56 gfldex joined 09:22 sena_kun joined 13:13 rakkable left, rakkable joined, rakkable left 13:14 rakkable joined 13:22 Altai-man joined 13:24 sena_kun left 13:25 guifa joined 18:20 mandrillone joined
mandrillone nine: if the objective is just making a trampoline to call a function pointer, there are not many things to fix 18:22
I’d use a c compiler just because it is portable and it knows the abi very well 18:23
18:27 mandrillone left 22:25 guifa left 22:39 guifa joined 22:43 Altai-man left
timo i think set_size_internal doesn't handle the "shift slots off the beginning first" case correctly at the moment 23:42
we first do a memmove to move stuff to the beginning, but then we still realloc the slots array anyway
Geth MoarVM/main: d1661b98f8 | (Jimmy Zhuo)++ | 3 files
Add/Avoid MVMROOT in C[PP]Struct and MVMCompUnit
23:43
timo oh i missed the return directly below that i think 23:50