IRC channel logs
2023-04-27.log
back to list of logs
<lloda>wingo: do you remember what's the '10' in jit.c:add_pending_reloc() ? <wingo>lloda: i think it is an initial size. the buffer doubles as needed but doubling zero is zero <lloda>i found a couple 10s that should be SCM_GSUBR_MAX, but i couldn't tell about that <wingo>might as well have done size = size * 2 + 10, would be more normal :P <chrislck>anyone found that adding & using (ice-9 match) makes compilation quite a bit slower? <mwette>I think it depends how many cases you have. I'm guessing the CPS macro style can generate deep scoping. I have had cases where sxml-match took a long time to compile and then crashed. I fixed by breaking it up into multiple matches by making the last case "anything else" => call next sxml-match procedure. <rekado>does anyone here know of libusb bindings for Guile? <rekado>is “friend” the first or the second F in FFI?