Bug 72477 - Specialize HashTraits for RefPtr to use a raw pointer as "peek type" to reduce reference count churn
Summary: Specialize HashTraits for RefPtr to use a raw pointer as "peek type" to reduc...
Status: RESOLVED DUPLICATE of bug 115646
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on: 72474 75204
Blocks:
  Show dependency treegraph
 
Reported: 2011-11-15 23:47 PST by Darin Adler
Modified: 2013-05-26 18:10 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2011-11-15 23:47:02 PST
Functions like get() on a HashMap with a RefPtr as a value should return raw pointers, not RefPtr. Making this change will require changing all the client code to remove unnecessary calls to get().
Comment 1 Darin Adler 2013-05-26 18:10:55 PDT

*** This bug has been marked as a duplicate of bug 115646 ***