Welcome to the main channel on the development of MoarVM, a virtual machine for NQP and Rakudo (moarvm.org). This channel is being logged for historical purposes.
Set by lizmat on 24 May 2021.
00:00 reportable6 left 00:02 reportable6 joined 01:30 nine left, nine joined 01:53 frost joined 01:54 frost left 01:57 frost joined 02:17 frost left 06:00 reportable6 left 06:01 reportable6 joined 07:00 samcv left 07:35 RakuIRCLogger joined
Geth MoarVM: 6589a17083 | timo++ (committed using GitHub Web editor) | Configure.pl
Warn about missing perl5 mods in Configure instead of exploding make install
08:43
10:01 evalable6 left 10:04 evalable6 joined 10:16 frost joined 10:32 frost left 11:32 statisfiable6 left, sourceable6 left, greppable6 left, bisectable6 left, releasable6 left, nativecallable6 left, bloatable6 left, unicodable6 left, benchable6 left, committable6 left, shareable6 left, quotable6 left, coverable6 left, reportable6 left, notable6 left, tellable6 left, evalable6 left, squashable6 left, linkable6 left 11:33 tellable6 joined, nativecallable6 joined, nine left, nine joined, unicodable6 joined, greppable6 joined, committable6 joined 11:34 linkable6 joined, quotable6 joined, benchable6 joined, notable6 joined, squashable6 joined, statisfiable6 joined 11:35 sourceable6 joined, coverable6 joined, shareable6 joined, bloatable6 joined, releasable6 joined, bisectable6 joined, reportable6 joined, evalable6 joined 12:00 reportable6 left 12:01 reportable6 joined 12:24 nebuchadnezzar joined 14:09 japhb left 14:11 japhb joined 16:22 japhb left 16:26 japhb joined 18:00 reportable6 left 18:03 reportable6 joined 18:17 Techcable left 18:30 sena_kun left 18:31 sena_kun joined 18:48 Techcable joined
ugexe interesting, libuv just merged io_uring support for linux 19:30
jnthn Hm, as an alternative "backend" or directly exposed in the libuv API? 19:37
Hm, the first post I find suggests the former, so "free win"? 19:38
Bad news for us, though: going on github.com/libuv/libuv/commit/d2c3...4752a406d4 its only for file I/O, but we don't use libuv for that! 19:39
20:50 japhb left 20:54 japhb joined 21:39 sena_kun left
MasterDuke could/should we now? 23:15
ugexe well previously it was thought that we might as well implement our own thread-pool based async file i/o in Rakudo since that was all libuv did. this io_uring stuff doesn't use the libuv thread pool, and thus might be a bit more attractive, but doesn't work on windows or osx via libuv yet afaik 23:38
that doesn't really explain if we should now, but more why we didn't use it before
there used to by a IO::File::Async or some such on the JVM only though 23:39
github.com/Raku/nqp/commit/4841503...cf59b1b806 23:47