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.
dogbert11 m: say "It's very silent in here" 13:42
camelia It's very silent in here
lizmat
.oO( but some people listen )
14:09
dogbert11 hi lizmat :)
lizmat dogbert11 o/
dogbert11 anything interesting going on? 14:11
lizmat Kaiepi is overhauling the List.STORE implementation, with quite a number of nice results 14:12
github.com/rakudo/rakudo/pull/5062
on MoarVM: I'm trying to get the courage together to implement _u variants such as gt_u, lt_u etc. 14:13
dogbert11 sounds scary :) 14:15
lizmat yeah... 14:16
dogbert11 are nine, timo and MasterDuke on vacation :)
I tried to replicate the bug reported by vrurg here, github.com/MoarVM/MoarVM/issues/1718, with mixed results 14:19
at first I failed to do that but as soon as I rebuilt rakudo it SEGV's consistently 14:21
my stack traces are consistent by not the same as vrurgs 14:22
for me it's always like this:
#0 0x0000000000000000 in ?? () 14:23
#1 0x00007ffff78fc267 in repossess (tc=0x55555555a210, reader=0x55555e4adb20, i=1, repo_conflicts=0x55555e0cae68, type=0) at src/6model/serialization.c:2982
#2 0x00007ffff78fca8b in MVM_serialization_deserialize (tc=0x55555555a210, sc=0x55555e1e77e0, string_heap=0x5555555cd6b0, codes_static=0x555555648530, repo_conflicts=0x55555e0cae68, data=0x0)
at src/6model/serialization.c:3162
now the following is enough for a SEGV: MVM_SPESH_DISABLE=1 rakudo -e 'use LibXML::Raw' 14:24
lizmat MasterDuke was moving house, and was online again recently 14:29
lizmat nine is either on vacation or very busy 14:29
and timo is also very busy, I think 14:30
I know jnthn is as well :-)
MasterDuke lizmat: i could probably add those new ops in the next couple days if you don't feel like it 21:18
lizmat MasterDuke: yes, please! :-) 21:37