timotimo sergot_: could you hook up MVM_string_escape to be used in the spesh dump process? 07:57
and perhaps limit the output to some finite length and include "..."?
would be best if it looked like this: lit("foobarbazquux"...) 07:58
so that we can differentiate literal ... from "this string was cut off"
sergot_ timotimo: with pleasure! :) 08:19
jnthn timotimo: MVM_string_escape will go allocating, and we aren't meant to allocate GC-able things during spesh 08:22
timotimo oh ok 09:10
sorry then
dalek arVM: e556830 | jnthn++ | src/6model/serialization.c:
Revert "Mark objects/stables with index in deserialize."

This reverts commit 478542413715c5e5fae2bd0c172371e343a536cb. This is the commit to blame for the Panda build breakage. Reverting it loses us a bit of the CORE.setting build time win, but we get to keep most of it. Can re-instate this later; need to better understand why it breaks the Panda build.
13:41