nine Oh boy... inline_in_place is completely broken after rebase on current master. On the "bright" side, it can be partly recovered by disabling the JIT 14:07
jnthn nine: I suggest going carefully through the exception changes I did - which in theory resolve a big problem that inline_in_place would have suffered 14:24
I realized that moving the inlines to be in-place would break resolution of lexical handlers, because some that should not have been visible would become visible 14:25
Well, I realized this when looking into the problems introduced by letting lastexpayload be inlined
Which tripped over the issue anyway 14:26
Also there was a mechanism to try and resolve this but it was busted 14:27
The breakage hidden by refusing to inline lastexpayload