WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
8284
prevent unnecessary entries in the "nodes with extra refs" hash table
https://bugs.webkit.org/show_bug.cgi?id=8284
Summary
prevent unnecessary entries in the "nodes with extra refs" hash table
Geoffrey Garen
Reported
2006-04-09 21:48:05 PDT
There's a unique cost to incrementing a node's ref count past one. If we use RefPtr::release instead of regular assignment, we can't keep the ref count at 1, and never pay the cost.
Attachments
Fix
(6.09 KB, patch)
2006-04-09 21:49 PDT
,
Geoffrey Garen
eric
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Geoffrey Garen
Comment 1
2006-04-09 21:49:55 PDT
Created
attachment 7609
[details]
Fix
Geoffrey Garen
Comment 2
2006-04-09 21:50:28 PDT
s/can't/can/ in the original description
Eric Seidel (no email)
Comment 3
2006-04-09 21:51:48 PDT
Comment on
attachment 7609
[details]
Fix Looks great. r=me.
Geoffrey Garen
Comment 4
2006-04-09 22:02:55 PDT
Landed.
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