github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
cygx o/ 08:28
is update_ops.p6 broken for anyone else? 08:29
it generates garbage for MVM_op_get_mark() in core/ops.c
jnthn Pretty sure I used it a few weeks back without trouble. 09:05
cygx last change to the script was in May, so I guess I'll have to figure out what's wrong on my end... 09:12
timotimo huh, did i botch a merge when i added stuff for confprog? 11:53
yeah, that is garbage 11:54
Geth MoarVM: cygx++ created pull request #1158:
Revamp DLL subsystem
16:15
cygx github.com/MoarVM/MoarVM/pull/1158 16:15
MasterDuke timotimo: how'd things go after i left last night. find the bug? fix the bug? save the cheerleader? save the world? 18:33
timotimo didn't continue much last night, and today i didn't have any productivity in me at all 21:31
i was even too bleh to profile the little hilbert curve impl i ported from wikipedia that was much too slow 21:38
MasterDuke i've been mildly inspired to start the cleanup of my barrett implementation to prepare it for a libtommath PR 21:39
timotimo i also haven't been able to think more than a tiny bit about that 21:40
m: say 100 / 17.85 21:43
camelia 5.602241
timotimo 5.6 frames per second just calculating
MasterDuke i haven't been able to drum up the effort to figure out how to make it non-recursive, or integrate the barrett reduction functions already present, but i figure some of the other stuff i can do, e.g., code formatting, add to the makefile 21:45
timotimo m: say 100 / 1.4 21:47
camelia 71.428571
timotimo that's better
change from "for 1, 2 ... $n" to "while $s < $n {" ... " $s *= 2; }"
MasterDuke nice 21:49
timotimo jnthn: can i have your opinion on the thing i discovered yesterday where the logged values that "turn getlexbyinvtype into constant value" optimization uses appear not-right? 23:27
jnthn timotimo: Please ask tomorrow; I'm still a bit under the weather and should go to sleep soon :( 23:29
(And seriously, do nudge me about it again tomorrow, 'cus I'm liable to forget.) 23:30
timotimo no prob! 23:45