dalek arVM: ec72fc0 | coke++ | docs/release_guide.md:
Add a note about macport updates to the guide

But seriously, just ping me for now, that's fine.
15:43
arVM: e8d891c | coke++ | ports/macports/Portfile:
track latest changes to make portfile function

Ionic++
dalek arVM: f1c138f | timotimo++ | src/6model/reprs/P6opaque.c:
bindattrs_s can be spesh'd, too.
18:13
timotimo killing unused guards also doesn't free up space in the deopt table (which is MVM_alloc'd, so a potential win to reclaim stuff there) or the annotations list (where each annotation is spesh_alloc'd, so no win to be had) 22:32
and removing the annotations when killing a log guard that belongs to it would require going through all annotations and fixing up the indices to deopt table entries 22:33
hm, my measurements already show that there exist cases where we end up removing more than 10 log-based guards, but that doesn't count guards that get thrown out because whole BBs have been eliminated 22:45
timotimo huh, something's weird about this piece of dump ... 23:54
gist.github.com/timo/bc2b12f65bbced5a7d8a - how does BB 2 end up with "2" as one of its successors?