github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
Geth MoarVM/du-chains-and-opts: a389dff960 | (Jonathan Worthington)++ | 6 files
Sketch out a new set of usage-handling functions

So far we've kept a count of instructions. Going forward, however, we will build and maintain a chain of the using instructions; together with knowing the writing instruction, this will give us a define-use chain.
23:39
MoarVM/du-chains-and-opts: 09beb2695e | (Jonathan Worthington)++ | src/spesh/facts.c
Mark deopt use of the write of a deopt instruction

We were counting it as a normal usage, but use the flag that is for that instead.
MoarVM/du-chains-and-opts: a1cdfe90dd | (Jonathan Worthington)++ | 12 files
Switch usage handling to new use chain model