[Webkit-unassigned] [Bug 152160] At an OSR exit, FTL should select from all legal exit origins based on which one involves the least live state

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 10 18:52:29 PST 2015


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

--- Comment #1 from Filip Pizlo <fpizlo at apple.com> ---
To address https://bugs.webkit.org/show_bug.cgi?id=152106, we want to ensure that if we have:

a: BitRShift(@address, 2)
b: CheckInBounds(@address, @length)

Then we usually exit to before @a, since @b is likely to require both @address and @a to be live while @a won't need itself. Unless @address dies at @a, @a will have one fewer live things than @b.

-- 
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/20151211/29aef081/attachment.html>


More information about the webkit-unassigned mailing list