dalek arVM/even-moar-jit: be77628 | brrt++ | tools/jit-bisect.pl:
Use gobjdump on OS X

Apple doesn't install binutils by itself, so when you install them via homebrew, they're named with a 'g' prefix, i.e.
  'gobjdump' rather than 'objdump'. I have no idea if this works
for others, so I've added an --objdump option to override.
10:22
dogbert17 .tell jnthn I have now created the two 'spectest fails with small nursery' issues that were discussed yesterday, issues 449 and 450 12:26
yoleaux2 dogbert17: I'll pass your message to jnthn.
dalek arVM/even-moar-jit: 931267e | brrt++ | src/jit/expr.c:
Stop making trees at frame handler annotations

When we encounter a frame handler annotation, this usually requires inserting a label, which may invalidate the basic-block property that code is run without interruption. This patch plugs that hole and allows rakudo CORE.setting to build again. However, this remains an ad-hoc way of dealing with such annotations, seeing as from the perspective of the JIT, theey are really basic block-level attributes rather than instruction-level attributes.
22:38