Bug 84667 - Implement the field cache of ObjcClass in WebKit types
Summary: Implement the field cache of ObjcClass in WebKit types
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-23 19:11 PDT by Benjamin Poulain
Modified: 2012-04-24 10:05 PDT (History)
2 users (show)

See Also:


Attachments
Patch (5.89 KB, patch)
2012-04-23 19:18 PDT, Benjamin Poulain
no flags Details | Formatted Diff | Diff
Patch for landing (5.87 KB, patch)
2012-04-24 00:00 PDT, Benjamin Poulain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2012-04-23 19:11:20 PDT
When manipulating bridged object, we spend a lot of time in ObjcClass::fieldNamed().
Comment 1 Benjamin Poulain 2012-04-23 19:18:47 PDT
Created attachment 138487 [details]
Patch
Comment 2 Benjamin Poulain 2012-04-23 19:20:08 PDT
The main gain is from not allocating any memory in that case. Not having to call a function is a bonus :)

I have not modified ObjcClass::methodsNamed() due to a bug I will fix separately.
Comment 3 Build Bot 2012-04-23 19:42:32 PDT
Comment on attachment 138487 [details]
Patch

Attachment 138487 [details] did not pass mac-ews (mac):
Output: http://queues.webkit.org/results/12523103
Comment 4 Benjamin Poulain 2012-04-23 19:45:39 PDT
(In reply to comment #3)
> (From update of attachment 138487 [details])
> Attachment 138487 [details] did not pass mac-ews (mac):
> Output: http://queues.webkit.org/results/12523103

Unrelated. Something is up with the bot.
Comment 5 Geoffrey Garen 2012-04-23 22:49:29 PDT
Comment on attachment 138487 [details]
Patch

What's good for the field must be good for the method!
Comment 6 Benjamin Poulain 2012-04-23 23:51:59 PDT
> What's good for the field must be good for the method!

Yep. I did not do the method cache right away because of https://bugs.webkit.org/show_bug.cgi?id=84668
Comment 7 Benjamin Poulain 2012-04-24 00:00:20 PDT
Created attachment 138502 [details]
Patch for landing
Comment 8 WebKit Review Bot 2012-04-24 00:48:41 PDT
Comment on attachment 138502 [details]
Patch for landing

Clearing flags on attachment: 138502

Committed r115007: <http://trac.webkit.org/changeset/115007>
Comment 9 WebKit Review Bot 2012-04-24 00:48:45 PDT
All reviewed patches have been landed.  Closing bug.