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 #1906:
Reduce allocations
17:40
timo could it be that for some "wild" cases we get past the 512 or 32 that are constant in the new code? 23:57
one of the test cases that fails was checking core settings for the keys in it 23:58
depending on how that's implemented, i can imagine it could have one entry for every different type in the setting? or something like that?
in any case, that's a test that segfaults, t/02-rakudo/04-settingkeys-6e.t 23:59
if you try it locally, MVM_SPESH_BLOCKING=1 may be helpful (or maybe a hindrance) to repro