[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
Thu Oct 20 22:14:20 PDT 2011


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





--- Comment #9 from Filip Pizlo <fpizlo at apple.com>  2011-10-20 22:14:20 PST ---
(In reply to comment #7)
> (From update of attachment 111899 [details])
> r=me
> 
> Can we remove the callee field entirely now? It seems like it's a strict subset of lastSeenCallee.

callee is a magic field - it's really just a pointer to the machine code containing the callee immediate.  We don't want to remove that since then we wouldn't be able to do linking/unlinking.

-- 
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