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.
Woodi X 14:15
ab5tract `#define REPR(o) (STABLE((o))->REPR)` 16:13
is that a recursive macro? 16:14
ab5tract is trying to figure out how to incant it in the debugger
ab5tract realizes he can use `#define` in the debugger :) 16:17
nine No, REPR is a normal field in the STable 16:35
You can also get at it via o->st->REPR 16:38