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.
02:52 [Coke] left 04:48 [Coke] joined 05:27 apogee_ntv left 05:53 nine left, nine joined 08:10 ShimmerFairy left 08:11 ShimmerFairy joined 10:45 apogee_ntv joined 14:27 riaty joined, riaty left 14:55 disbot1 joined
Geth MoarVM/moar-rrdb-2: f0b60f9c7d | (Timo Paulssen)++ | tools/libmoar.so-gdb.py
gdb plugin: timeline command looks for invokes/returns in smaller area

Instead of trying to go to the beginning of the current event (which somehow is a bit wonky regarding where you end up if you just "run event-number") or running backwards (which is very slow) we seek-ticks (which is surprisingly fast somehow?) in bigger and bigger steps backwards from our current position and run forwards until the last starting position until we've gathered enough ... (13 more lines)
16:53
MoarVM/moar-rrdb-2: c05d365d2c | (Timo Paulssen)++ | tools/libmoar.so-gdb.py
gdb plugin: rrdb: fix syntax in suggested command to load existing rrdb
MoarVM/moar-rrdb-2: 7427d77e54 | (Timo Paulssen)++ | tools/libmoar.so-gdb.py
gdb plugin: refactor timeline / stack output