github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
timotimo lol i blogged: wakelift.de/2019/05/22/close-look-...-profiler/ 14:41
MasterDuke timotimo++ 16:19
brrt \o 19:07
timotimo++ nice blog
nwc10 o/ 19:12
timotimo thank you kindly, dear friend
dogbert17 jnthn: it seems as if commit github.com/MoarVM/MoarVM/commit/2f...07ddab9e62 breaks a lot of spectests on 32-bit systems, any theories as to why? 19:20
could there be a cast missing somewhere
ugexe thats the one that breaks windows as well
maybe some correlation can be made between those two things 19:21
dogbert17 ugexe: interesting. stumbled upon it myself when spectesting with libuv 1.29.1. For a while I thought that was the culprit but alas no. 19:24
ugexe lucs came up with this (he was having issues on 32bit as well) gist.github.com/lucs/9bf69520a94f8...cdcb451973 19:38
dogbert17 here's one of the failing tests on 32 bit (should return True): sub dsi($s) { DateTime.new($s).Instant }; say dsi("2005-12-31T23:59:60") < dsi("2006-01-01T00:00:00") 19:51
jnthn I wonder what sizeof(mp_digit) is on the platforms where this doesn't work out... 19:55
dogbert17 (gdb) p sizeof(mp_digit) 20:04
$1 = 4
jnthn oops 20:24
OK, then we need to #ifdef on that, and re-instate the old thing if it's not 8 20:25