[Webkit-unassigned] [Bug 70468] DFG call optimization handling will fail if the call had been unlinked due to the callee being optimized

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 19 20:51:12 PDT 2011


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


Oliver Hunt <oliver at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #111720|review?                     |review-
               Flag|                            |




--- Comment #2 from Oliver Hunt <oliver at apple.com>  2011-10-19 20:51:12 PST ---
(From update of attachment 111720)
lastSeenCallee isn't marked so this isn't safe, but also this may result in dead functions being kept alive longer than is strictly necessary.  I would almost consider going with a Weak<> ref rather than WriteBarrier<JSFunction> if we can get do it without a perf impact

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list