[Webkit-unassigned] [Bug 164309] DFG plays fast and loose with the shadow values of a Phi

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 2 23:26:36 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=164309

--- Comment #11 from Saam Barati <sbarati at apple.com> ---
Comment on attachment 293741
  --> https://bugs.webkit.org/attachment.cgi?id=293741
it's a start

View in context: https://bugs.webkit.org/attachment.cgi?id=293741&action=review

> Source/JavaScriptCore/dfg/DFGLivenessAnalysisPhase.cpp:-124
> -            //    p: Phi()

Maybe this is too simplistic, but why can't we just solve the liveness bug by saying:

p: Phi() => defs p

n: Upsilon(@x, ^p) => defs n, uses x

Maybe I'm not completely understanding the implications of such a rule?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161103/f1248a67/attachment.html>


More information about the webkit-unassigned mailing list