github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
nwc10 good *, #moarvm 10:28
Geth MoarVM/asan_fixes: 5 commits pushed by (Stefan Seifert)++ 11:07
Geth MoarVM/solaris-maxrss: c903262fa2 | (Nicholas Clark)++ | src/io/procops.c
On Solaris, get the ru_maxrss rusage with uv_resident_set_memory().

Solaris getrusage() doesn't actually set ru_maxrss* and despite providign an API that can get this value, UV doesn't attempt to
  "fake it" in uv_getrusage(). So we have to.
  * despite first documenting that the value is in units of page size, and
   explaining how to determine the page size.
19:42
MoarVM: nwc10++ created pull request #1414:
On Solaris, get the ru_maxrss rusage with uv_resident_set_memory().
19:43
nwc10 That really is the most awesome man page 19:47
docs.oracle.com/cd/E26502_01/html/...ge-3c.html
ru_maxrss The maximum resident set size. Size is given in pages (the size of a page, in bytes, is given by the getpagesize(3C) function). See the NOTES section of this page.
...
more ...
yet more ...
The ru_maxrss, ru_ixrss, ru_idrss, and ru_isrss members of the rusage structure are set to 0 in this implementation.
fooled you!
(gah, typo) 19:48
(there is no spell checker on the Solaris machine, and I failed to check it again when I tested it on linxu) 19:49
Geth MoarVM: 532d9187ea | (Nicholas Clark)++ | 2 files
Two `void` functions that should not have `return` statements.

  (Proper) C doesn't let you tail-call a void returning function.
gcc lets you get away with this.
20:56
MoarVM/solaris-maxrss: 4a67b1437e | (Nicholas Clark)++ | src/io/procops.c
On Solaris, get the ru_maxrss rusage with uv_resident_set_memory().

Solaris getrusage() doesn't actually set ru_maxrss* and despite providing an API that can get this value, UV doesn't attempt to
  "fake it" in uv_getrusage(). So we have to.
  * despite first documenting that the value is in units of page size, and
   explaining how to determine the page size.
20:57
travis-ci MoarVM build passed. Nicholas Clark 'Two `void` functions that should not have `return` statements. 21:14
travis-ci.org/MoarVM/MoarVM/builds/752325348 github.com/MoarVM/MoarVM/compare/3...2d9187eaaf
nwc10 phew. Would have been bad if the New Year started with a broken build 21:15
cog Are local C functions allowed in MoarVM ? 21:56
A ittle early for westerners. But happy new year 2021. Better than 2020. Setting the bar very low. 21:59