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
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