github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
AlexDaniel squashable6: next 13:06
squashable6 AlexDaniel, ⚠🍕 Next SQUASHathon in ≈20 hours (2019-01-05 UTC-12⌁UTC+14). See github.com/rakudo/rakudo/wiki/Mont...Squash-Day
lizmat m: use nqp; nqp::istrue(my $ = 1, 0) # DIHWIDT but stilll 20:39
camelia Bytecode validation error at offset 264, instruction 39:
operand type 64 does not match register type 32 for op decont in frame <unit>
jnthn The validation error is correct 21:00
Seems the QAST compiler takes the first thing as the register to write into 21:01
And an int from istrue won't go into an object register
dogbert11 jnthn: wrt to t/spec/S04-exceptions/fail.t, running perl6 with --optimize=0 seems to hide the problem 21:43
jnthn Probably --optimize=1 also? 21:49
dogbert11 yep 21:51