WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
87820
[V8][Performance] Optimize DOM attribute getters that return an empty string
https://bugs.webkit.org/show_bug.cgi?id=87820
Summary
[V8][Performance] Optimize DOM attribute getters that return an empty string
Kentaro Hara
Reported
2012-05-29 21:40:38 PDT
We can optimize the performance of DOM attribute getters that return an empty string (e.g. div.id, div.className, div.title, div.lang ...etc) - by passing Isolate to v8::String::Empty(); and - by inlining V8Binding::getElementStringAttr()
Attachments
Patch
(8.00 KB, patch)
2012-05-29 21:48 PDT
,
Kentaro Hara
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Kentaro Hara
Comment 1
2012-05-29 21:48:02 PDT
Created
attachment 144698
[details]
Patch
WebKit Review Bot
Comment 2
2012-05-30 17:30:28 PDT
Comment on
attachment 144698
[details]
Patch Clearing flags on attachment: 144698 Committed
r119004
: <
http://trac.webkit.org/changeset/119004
>
WebKit Review Bot
Comment 3
2012-05-30 17:30:32 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug