github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
jnthn morning o/ 10:49
nwc10 \o
brrt \o 12:03
Geth MoarVM: f2a52cf5d7 | (Jonathan Worthington)++ | 2 files
Make OSR work in frames from invokewithcapture

We didn't know how to locate the appropriate callsite and argument capture in order to evaluate the argument guard and thus find the appropriate spesh candidate to do OSR with. We are careful to try and avoid any false positives in the results by checking the callsite and arg guard of the currently running frame really match; this is cheaper and safer than trying to arrange to clear out the argument capture reference in the frame extras in a timely manner.
12:22
lizmat jnthn: time to bump and get a blin run ? 12:32
jnthn can do 12:34
Though probably I patch at least one more thing today
lunch &
lizmat ok, I'll wait then 12:38
or maybe, for bisectability, do it now 12:39
MasterDuke jnthn++ 12:42
do you think that fix will have much wider impact than that example? 12:43
jnthn Anything with its hot loop depending on OSR in a multi, I guess 13:29
Well, and on the first call to that multi being long-lasting 13:30
lizmat looks forward to the next test-t :-) 13:38
[Coke] jnthn++ 13:54