github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
timotimo looking at speshed nqp code makes me really sad 18:05
here's an inlined frame that binds something in a positional slot 18:06
the slot comes from an int that was coerce_ni'd from the result of smrt_numify, which got its input value from box_n, which had its num value from the smrt_numify of something that got deconted after it came from a p6ogetvt_o 18:07
i think that was MAST::Nodes's MAST::Local.new 18:08
the :$index goes through those "fun" steps 18:09
MasterDuke some of those should go away in my default_to_int nqp branch (if i can get it to build again) 18:13
timotimo i ... see here a BB that has a predecessor 84 ... there's only 37 BBs in this graph 18:17
i've got high hopes for default_to_int 18:18
MasterDuke still getting those same errors though 18:25