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.
Geth MoarVM: MasterDuke17++ created pull request #1805:
Cleanup variables in bigint ops error cases
03:15
Geth MoarVM/main: dbdfb3999b | MasterDuke17++ (committed using GitHub Web editor) | src/math/bigintops.c
Cleanup variables in bigint ops error cases

In a bunch of error cases of bigint ops we weren't always cleaning up all the variables. These were noticed when investigating
  github.com/MoarVM/MoarVM/issues/1804, but I don't think they are
the actual cause.
08:55
MoarVM/main: c9dd4dd964 | (Daniel Green)++ | src/jit/x64/emit.dasc
Silence incorrect GCC warning

The three branches of the `if/else if` correspond to the three `case`s that can enter this block, so the variable will always be initialized when used.
14:13
MasterDuke huh. not sure why we have the free_at_safepoint mutex github.com/MoarVM/MoarVM/blob/main...ce.h#L225. it's only ever used once github.com/MoarVM/MoarVM/blob/main....c#L80-L87 when setting the debug name on a type 20:03
tellable6 2024-05-18T12:48:25Z #raku-dev <ab5tract> MasterDuke17: thanks for the review on the MoarVM PR. Somehow I didn't get pinged about them in the GH app