jnthn worked out hte mystery of why < wouldn't inline, but <= would... 20:26
timotimo oh? 20:28
jnthn timotimo: 34bf025 20:35
timotimo i'm not sure i understand why compile_in_context can influence that 20:37
jnthn It forces all lexical lookups to be done as named, rather than indexed, lookups 20:39
But it wasn't meant to influce lexicals declared inside the code, just those to outside.
timotimo oh, ouch 20:42
jnthn Worth finding. :) 20:43
timotimo sure 20:46
jnthn Anyways, think that's enough performance work for this weekend :) 20:50
And tomorrow I'll work on async/parallel stability.
FROGGS meh, precomp bug in Archive::Tar :/ MVMArray: Unhandled slot type 20:51
jnthn eek 20:52
Sounds like NYI as much as anything...
FROGGS well, first I need to locate where it is in that 2287 lines long file 20:54
jnthn how do these things get so long...
FROGGS there is a lot of documentation in there 20:55