Bug 129450 - JSC ignores the extra memory cost of HTMLCollection after a major GC
Summary: JSC ignores the extra memory cost of HTMLCollection after a major GC
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-02-27 14:27 PST by Ryosuke Niwa
Modified: 2014-02-27 21:47 PST (History)
5 users (show)

See Also:


Attachments
Fixes the bug (38.39 KB, patch)
2014-02-27 14:30 PST, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Fixed builds (40.57 KB, patch)
2014-02-27 15:04 PST, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Fixed Windows build (41.51 KB, patch)
2014-02-27 15:52 PST, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2014-02-27 14:27:05 PST
Report the extra memory cost of HTMLCollection to JSC.
Comment 1 Ryosuke Niwa 2014-02-27 14:30:00 PST
Created attachment 225410 [details]
Fixes the bug
Comment 2 Ryosuke Niwa 2014-02-27 15:04:31 PST
Created attachment 225417 [details]
Fixed builds
Comment 3 Andreas Kling 2014-02-27 15:37:08 PST
Comment on attachment 225417 [details]
Fixed builds

r=me
Comment 4 Ryosuke Niwa 2014-02-27 15:52:36 PST
Created attachment 225420 [details]
Fixed Windows build
Comment 5 Ryosuke Niwa 2014-02-27 21:35:10 PST
<rdar://problem/16192764>
Comment 6 Ryosuke Niwa 2014-02-27 21:47:53 PST
Committed r164853: <http://trac.webkit.org/changeset/164853>