[Webkit-unassigned] [Bug 25175] It is possible for unique anonymous functions to hash to the same value, thus showing up as one function in the profiler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 15 07:46:05 PDT 2009


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





------- Comment #11 from darin at apple.com  2009-04-15 07:46 PDT -------
I don't think that a ProtectedPtr<JSObject> is the right solution here. I think
we want to track unique function bodies, not unique JavaScript objects being
called. This should be a RefPtr<FunctionBodyNode>, not a
ProtectedPtr<JSObject>, or better could use a function body ID as I suggested
in my earlier comment.


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



More information about the webkit-unassigned mailing list