Summary: | put_by_id does will incorrectly cache writes where a specific value exists, where at the point of caching the same value is being written. | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Gavin Barraclough <barraclough> | ||||
Component: | JavaScriptCore | Assignee: | Gavin Barraclough <barraclough> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | hamaji | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | PC | ||||||
OS: | OS X 10.5 | ||||||
Attachments: |
|
Description
Gavin Barraclough
2010-03-01 12:35:31 PST
Created attachment 49737 [details]
The patch
No performance impact.
Comment on attachment 49737 [details] The patch > + // (1) There is an existing specific value set, and we're overwriting with *the same value*. > + // * Do nothing â no need to despecify, but that means we can't cache (a cached r+ but get rid of yer funny foreign characters :p --Oliver Committed r55521: <http://trac.webkit.org/changeset/55521> |