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:07 reportable6 left 00:08 reportable6 joined 00:59 dogbert11 left 01:48 dogbert11 joined 01:54 frost joined 02:54 sourceable6 left, greppable6 left, tellable6 left, coverable6 left, benchable6 left, releasable6 left, quotable6 left, committable6 left, linkable6 left, bisectable6 left, shareable6 left, unicodable6 left, statisfiable6 left, nativecallable6 left, reportable6 left, notable6 left, evalable6 left, bloatable6 left, quotable6 joined, reportable6 joined, shareable6 joined, statisfiable6 joined, nativecallable6 joined 02:55 notable6 joined, unicodable6 joined, bloatable6 joined 02:56 tellable6 joined, linkable6 joined, greppable6 joined, coverable6 joined, benchable6 joined 02:57 sourceable6 joined, releasable6 joined, committable6 joined, evalable6 joined, bisectable6 joined 03:07 frost left 03:17 frost joined 04:17 bloatable6 left, evalable6 left, greppable6 left, statisfiable6 left, linkable6 left, benchable6 left, notable6 left, unicodable6 left, coverable6 left, reportable6 left, tellable6 left, committable6 left, shareable6 left, quotable6 left, releasable6 left, nativecallable6 left, sourceable6 left, bisectable6 left 04:18 shareable6 joined, quotable6 joined, releasable6 joined, bisectable6 joined, unicodable6 joined, benchable6 joined, nativecallable6 joined, bloatable6 joined 04:19 linkable6 joined, statisfiable6 joined, greppable6 joined, committable6 joined, reportable6 joined, evalable6 joined 04:20 notable6 joined, tellable6 joined, sourceable6 joined, coverable6 joined 05:20 reportable6 left, coverable6 left, bloatable6 left, benchable6 left, releasable6 left, sourceable6 left, shareable6 left, bisectable6 left, statisfiable6 left, linkable6 left, quotable6 left, nativecallable6 left, tellable6 left, evalable6 left, committable6 left, notable6 left, greppable6 left, unicodable6 left 05:21 greppable6 joined, bloatable6 joined, shareable6 joined, releasable6 joined, coverable6 joined, reportable6 joined 05:22 linkable6 joined, bisectable6 joined, tellable6 joined, notable6 joined, evalable6 joined, sourceable6 joined, statisfiable6 joined 05:23 quotable6 joined, benchable6 joined, unicodable6 joined, committable6 joined 05:24 nativecallable6 joined 06:03 Voldenet_ joined 06:04 Voldenet left, Voldenet_ is now known as Voldenet 06:08 reportable6 left 06:10 reportable6 joined 08:13 sena_kun joined 09:13 linkable6 left, evalable6 left 09:14 evalable6 joined 09:16 linkable6 joined 09:37 frost left
lizmat nine: while working on the Weekly, I realized that the rakuast branch isn't clean at the moment (quite a few merge conflicts) 10:15
is that correct ?
or should I just drop the local branch and check it out again ? 10:16
10:31 dogbert11 left 10:54 frost joined
jnthn lizmat: Probably the latter, sounds like you may have pulled after it had been rebased or something like this. 10:56
11:00 dogbert11 joined
lizmat and yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2022/07/18/2022-29-hot/ 11:07
nine I have rebased it on current master
11:26 dogbert11 left, dogbert11 joined
timo do we have something like hllboxtype_u? because right now we're generating a hllboxtype_i + box_u 11:27
add_uint32 gets a uint via a uint callsite flag, then boxes it like this, then calls write_uint32_at which can't be inlined because it has param_rp_o, which is there because arg spesh aborted because BOOTInt doesn't box an uint 11:32
the hll config definitely does have a slot for a uint box type 11:37
nine Even if we had an hllboxtype_u, we couldn't use it for boxing, because the unsigned int box type is UInt which is a subset type which you can't create. 11:38
timo i quickly whipped that up and yeah, core setting runs into a segfault 11:45
11:47 dogbert11 left 12:06 dogbert11 joined 12:08 reportable6 left 12:09 reportable6 joined 12:14 dogbert17 joined 12:16 dogbert11 left 12:21 dogbert17 left 12:35 dogbert17 joined
dogbert17 libuv v1.44.2 has been released: github.com/libuv/libuv/blob/v1.x/ChangeLog 12:36
13:21 dogbert11 joined, dogbert17 left
[Coke] good *, gentlefolk. 14:08
lizmat [Coke] o/ 14:11
jnthn o/ 14:33
Nicholas \o 14:51
15:29 frost left 16:25 japhb left 16:32 japhb joined
timo just (my uint32 $bla := $data) in qastcompilermast gets inline successful 16:48
17:32 linkable6 left, evalable6 left 17:34 linkable6 joined, evalable6 joined
lizmat m: class A { method !foo() { }; method bar() { self!foo(42) } } # is there a technical reason why this is not a compile time error? 17:41
camelia ( no output )
timo don't see a reason 18:03
lizmat that's what I thought... 18:05
18:07 reportable6 left 18:10 reportable6 joined
Geth MoarVM/strength_reduction_div_to_shift: f851f5418d | (Timo Paulssen)++ | src/spesh/optimize.c
turn div_i into brshift_i
18:16
MoarVM: timo++ created pull request #1713:
spesh: turn div_i into brshift_i
18:18
18:39 dogbert17 joined 18:41 dogbert11 left
Geth MoarVM/strength_reduction_div_to_shift: fd27b5d911 | (Timo Paulssen)++ | src/spesh/optimize.c
add brief explanation
18:45
MoarVM/strength_reduction_div_to_shift: 680f0f2a4f | (Timo Paulssen)++ | src/spesh/optimize.c
include define of powerof2
18:54
timo lizmat: did i understand your comment on my pr correctly? 18:56
18:59 dogbert11 joined 19:01 dogbert17 left 19:13 rypervenche left 20:23 Kaiepi left 20:24 rypervenche joined 20:45 dogbert11 left, dogbert11 joined
lizmat timo++ indeed :-) 20:52
20:56 dogbert11 left 20:59 dogbert11 joined 21:06 Kaiepi joined 21:12 dogbert11 left 21:14 dogbert11 joined, sena_kun left 22:03 dogbert17 joined 22:05 dogbert11 left 22:28 discord-raku-bot left 22:29 discord-raku-bot joined 22:38 discord-raku-bot left 22:39 discord-raku-bot joined 23:40 evalable6 left, linkable6 left 23:42 evalable6 joined, linkable6 joined 23:45 [Coke]_ joined 23:46 [Coke] left