Geth MoarVM/even-moar-jit: df7506cfeb | (Bart Wiegmans)++ | src/jit/tile.c
Extend inner basic blocks with unconditional jump

In some cases, the (last) block associated with an 'inner' node
  (e.g. nested ANY within WHEN or IFV) has the same successors as the
  'outer' node; for example if there is an unconditional branch that
follows a conditional branch. Rather than introduce a new basic block just for the the unconditional branch, this now includes the unconditional branch in the last basic block.
07:45
brrt i'm not sure if that patch was worth the brainpower that it took
but for 'correctness' i guess it was kind of relevant
samcv hi brrt 08:02
i hope your brain recovers :)
brrt it usually does, eventually 08:04
hi samcv
Geth MoarVM/master: 4 commits pushed by (Timo Paulssen)++ 21:46
MoarVM: 16c8155b06 | (Timo Paulssen)++ | tools/parse_coverage_report.p6
prevent undefined $ann arg from having .IO called on it

thus crashing the create-coverage-file when no --annotation was passed
  robertle++ for finding this
21:47
MoarVM: zoffixznet++ created pull request #585:
Fix broken multi when annotations file isn't given
21:51