dalek arVM/loop_labels: 0612081 | (Tobias Leich)++ | src/core/exceptions.c:
make rules for searching for handlers clear

That is, we either need to hit the correct label to continue, or otherwise need to have an exception that does not require a label.
13:20
arVM/loop_labels: e4b6d79 | (Tobias Leich)++ | src/core/exceptions. (2 files):
add const for handlers that check for responsibility
13:24
arVM/loop_labels: ba299b2 | (Tobias Leich)++ | lib/MAST/Nodes.nqp:
add const for handlers that check for responsibility
13:27
Heuristic branch merge: pushed 18 commits to MoarVM/loop_labels by FROGGS 13:37
nwc10 jnthn: OK, so it seems that Rakudo does not like it if MoarVM was compiled with char being unsigned 18:55
Stage parse : Could not locate compile-time value for symbol Whatever
verified on x86 and x86_64 18:56
when the thunderstorm is over, I'll power up the Pi, and see if -fsigned-char there gets us a build
jnthn Hmmm
nwc10 Yes, mmmm.
I don't know how to figure that one out
not expecting you to say "do this"
jnthn I thought we had MVMuint8 and MVMint8 to try and make sure stuff got what it wanted.
nwc10 what I mean is, I'm not sure how to even try to bisect it 18:57
jnthn Maybe check that things are being set up properly in that regard.
nwc10 might be it - treat 'char' as a 4 letter word
and remove the expletives :-)
ASAN doesn't throw a wobbly, so it won't help 19:02
is there a way to get gdb to print every file/line as its executed?
ie a bit like hammering 's' (for step) 19:03
because the diff for two execution traces is one way to zoom in on Perl code bugs
dalek arVM/spesh_trace: 19dbdf4 | jnthn++ | / (6 files):
Add lexical lookup lifetime hinting ops.

Allow us to convey that a given lexical lookup can be relied on to always resolve to the same thing, or can be relied on to resolve to the same thing per invocant type. The former is useful for setting sub lookups, the latter for type variables. For now don't do anything extra, but spesh will be able to improve on this.
22:55
arVM/spesh_trace: 87a4c4c | jnthn++ | / (5 files):
Speculate some speculative optimization spesh ops.
22:56