Bug 104205 - [V8] Optimize v8String() for uninitialized DOM attributes
Summary: [V8] Optimize v8String() for uninitialized DOM attributes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-05 21:06 PST by Kentaro Hara
Modified: 2012-12-05 21:36 PST (History)
3 users (show)

See Also:


Attachments
Patch (2.00 KB, patch)
2012-12-05 21:08 PST, Kentaro Hara
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaro Hara 2012-12-05 21:06:11 PST
We can optimize uninitialized div.lang, div.title etc. (These are one of the slowest cases in terms of V8 DOM vs. JSC DOM.)
Comment 1 Kentaro Hara 2012-12-05 21:08:19 PST
Created attachment 177920 [details]
Patch
Comment 2 WebKit Review Bot 2012-12-05 21:36:21 PST
Comment on attachment 177920 [details]
Patch

Clearing flags on attachment: 177920

Committed r136796: <http://trac.webkit.org/changeset/136796>
Comment 3 WebKit Review Bot 2012-12-05 21:36:24 PST
All reviewed patches have been landed.  Closing bug.