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 #1830:
Fast path for concatenating two one-grapheme strings
02:45
Geth MoarVM/main: 08ee6c8e21 | MasterDuke17++ (committed using GitHub Web editor) | src/strings/ops.c
Fast path for concatenating two one-grapheme strings

Very similar results as #1829
08:19
timo ah, you mean the spesh log output, i was confused there for a minute what you meant 11:12
yeah the literal value is in reality a pointer to an MVMCallsite, so i changed it to follow the pointer and output the callsite instead of the number, and also i get the known value for the thing being invoked and look up the symbol name to show what c func it's runcing 11:13
for a little while i thought the number in question was the pointer to the c function but that is not true 11:19