[Webkit-unassigned] [Bug 25908] New: Implement method calls.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 20 22:16:23 PDT 2009


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

           Summary: Implement method calls.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: barraclough at apple.com


When making a method call (e.g. foo.bar()), we load the function from the base
object with a regular get_by_id access, and then call to the function with
op_call.

However if we add information to the Structure class to allow it to track where
a Structure property is known to be a particular function (updating the
Structure id if the property is modified), we could skip the load - just
checking the object's structure would be sufficient.


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