[Webkit-unassigned] [Bug 162350] B3 should have a Depend operation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 21 14:06:40 PDT 2016


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

--- Comment #3 from Filip Pizlo <fpizlo at apple.com> ---
It's interesting that the way that B3 defines a load-load dependency as: load A load-depends on load B if the address of A cannot be computed without B.

The Depend operation is only necessary if you want to build a dependency like this for code where B is unnecessary for computing the address of A.

This is going to be fun to document.

-- 
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/20160921/9d3db056/attachment.html>


More information about the webkit-unassigned mailing list