01:20 vendethiel joined 01:38 ggoebel2 joined 03:46 _itz joined 03:51 _itz joined 03:55 TEttinger joined 04:02 _itz_ joined 06:09 lizmat joined 06:28 FROGGS joined 07:31 Ven joined 07:42 Ven joined 07:47 Ven joined 08:07 rarara joined 08:19 colomon joined 08:21 colomon joined 08:26 lizmat_ joined 09:26 Ven joined 10:07 Ven joined 11:13 ggoebel joined 11:24 virtualsue joined 11:35 virtualsue joined 11:43 Ven joined 11:54 zakharyas joined 12:06 virtualsue joined 12:40 virtualsue joined 13:19 Ven joined 13:54 virtualsue joined 14:10 virtualsue joined 14:51 virtualsue_ joined 15:45 virtualsue joined 15:52 Ven joined 16:11 zakharyas joined
JimmyZ timotimo: spesh bug : github.com/MoarVM/MoarVM/issues/120 16:19
timotimo nnnnnnnooooooooooooooooooooooooo
16:27 vendethiel joined 16:46 FROGGS[mobile] joined 17:20 FROGGS joined 17:22 lizmat joined
dalek arVM: 68c6716 | (Jimmy Zhuo)++ | src/ (4 files):
fixed sleep API to use second instead of nanosecond

perl6 -e 'sleep' costs ~5% cpu because sleep(1e16) never works in the rakudo source, since the sleep API uses nanosecond which causes 1e16 * 1e9 overflow.
this commit keeps the nanosleep API, and adds a new sleep API
17:29
arVM: 0b1bc37 | (Jimmy Zhuo)++ | src/platform/time.h:
small arg name fix
17:35
arVM: 688eecd | paultcochrane++ | src/spesh/candidate.c:
Free jitcode->func_ptr before destroying jitcode

Coverity showed the issue that the `func_ptr` field was still pointing to memory when the `jitcode` variable was destroyed. This change frees the field before the enclosing variable is destroyed.
18:31
arVM: a1ed4e3 | lizmat++ | src/spesh/candidate.c:
Merge pull request #248 from paultcochrane/pr/free-func_ptr-spesh-candidate

Free jitcode->func_ptr before destroying jitcode
moritz timotimo: how's that moarvm release coming along?
19:30 mj41 joined
timotimo ugh, i meant to do the changelog and then got pulled off to the side :| 19:50
masak ++timotimo # changelog 19:52
japhb timotimo: Better that being pulled off the planet ...? 20:27
*than
20:47 lizmat joined
dalek arVM: b6689b3 | paultcochrane++ | docs/ChangeLog:
Update ChangeLog ready for 2015.08 release
20:49
arVM: 06f62d8 | lizmat++ | docs/ChangeLog:
Merge pull request #250 from paultcochrane/pr/2015.08-changelog

Update ChangeLog ready for 2015.08 release
timotimo yeah, a bit better 20:50
those changelogs are going to be rewritten %) 20:58
dalek arVM: 2d6b651 | timotimo++ | docs/ChangeLog:
rework the changelog a bit
21:10
timotimo does that look good? 21:11
i'm starting to follow the release guide now 21:12
hoelzro timotimo: is the ++ Many memory leaks fixed supposed to cover the -+ Many resource leak fixes ? 21:13
timotimo i think so?
we didn't have "resource" leaks, AFAIK
we did have the file handles that weren't closed for async procs, but that has its own thing
hoelzro ah, ok; I missed that 21:14
timotimo i kind of wish i had done more cool stuff this month
but i do that every single month :) 21:15
[Coke] 1,031 tickets 21:20
ww.
timotimo may want to switch those two tabs? :) 21:23
[Coke] if I ever ww to moarvm, it's because it's the last thing I looked at. 21:25
timotimo oke :) 21:28
21:28 ggoebel joined 22:23 TEttinger joined