github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
dogbert17 oh, an incredible amount of action :) 16:45
where are all the c experts? 16:47
I'm wondering if this line is correct: github.com/MoarVM/MoarVM/blob/mast...all.c#L575 16:51
how common is it to calculate 'sizeof(something *)' ? 16:52
timotimo whenever you have an array of arrays you want to malloc, that's one spot 17:01
dogbert17 and this spot? 17:02
timotimo i'm sure DCpointer is already a pointer-like, but it does look just a little strange 17:03
dogbert17 yeah, how to figure out if it's correct or not? 17:04
timotimo hum. can have a look at the dyncall documentation perhaps
dogbert17 www.dyncall.org/docs/manual/manualse8.html says that DCPointer is 'void*' 17:06