WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
138396
Avoid double hash table lookup in SpaceSplitStringData::create()
https://bugs.webkit.org/show_bug.cgi?id=138396
Summary
Avoid double hash table lookup in SpaceSplitStringData::create()
Chris Dumez
Reported
2014-11-04 18:17:17 PST
Avoid double hash table lookup in SpaceSplitStringData::create() by calling HashMap::add() and using the AddResult, instead of calling HashMap::get() then HashMap::add().
Attachments
Patch
(2.18 KB, patch)
2014-11-04 18:22 PST
,
Chris Dumez
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2014-11-04 18:22:36 PST
Created
attachment 240994
[details]
Patch
WebKit Commit Bot
Comment 2
2014-11-04 19:58:14 PST
Comment on
attachment 240994
[details]
Patch Clearing flags on attachment: 240994 Committed
r175602
: <
http://trac.webkit.org/changeset/175602
>
WebKit Commit Bot
Comment 3
2014-11-04 19:58:18 PST
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