github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
Geth_ MoarVM/MVMROOT-in-box-foo: 6 commits pushed by (Nicholas Clark)++ 15:36
nwc10 .tell brrt I can see that unbox_u is not in core_templates.expr, and box_u is in neither, and it looks easy to add either/both/whatever, but which JIT is current? And is it right to edit both? 15:39
tellable6 nwc10, I'll pass your message to brrt
nwc10 of course, anyone else can answer too :-)
MasterDuke it used to have to be in both for the template to actually get run, but i think that isn't the case anymore 15:42
fwiw, i usually add to both
nine yeah, if in doubt, add it to both 15:47
nwc10 to be sure to be sure?
nine The expression jit doesn't cover all situations that the lego jit does. So having both will help 15:48
nwc10 aha 15:49
Geth_ MoarVM/MVMROOT-in-box-foo: 01c0950d4f | (Nicholas Clark)++ | 2 files
Add `box_u` to both JITs and `unbox_i` to the template JIT.
17:43