github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
nine jnthn: don't we need meta_objectifier calls for SpeshLog and StaticFrameSpesh here, so they get added to the permanent roots? github.com/MoarVM/MoarVM/blob/mast...rap.c#L674 10:38
Geth_ MoarVM/fix_spesh_plugin_guard_set_threading_issue: 83fdb6490e | (Stefan Seifert)++ | 13 files
Fix access to freed memory in resolve_using_guards

Commit acb04a448bd7b067f1a0943b6fd521e21057c96e fixed outdated pointers in the guard set, but it was still possible that the guard set was freed while still in use by resolve_using_guards as the next GC safe point may occur in evaluate_guards. Fix this by turning SpeshPluginState into a 6model object, so we can let the GC figure out whether the state is still in use somewhere or not
13:48
MoarVM: niner++ created pull request #1184:
Fix access to freed memory in resolve_using_guards
14:50