Bug 124855

Summary: Deduplicate shortish Text node strings during tree construction.
Product: WebKit Reporter: Andreas Kling <kling>
Component: DOMAssignee: Andreas Kling <kling>
Status: REOPENED ---    
Severity: Normal CC: cdumez, commit-queue, esprehn+autocc, gyuyoung.kim, kling, koivisto
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 125055    
Bug Blocks:    
Attachments:
Description Flags
Patch idea none

Description Andreas Kling 2013-11-25 12:52:31 PST
There are a lot of repeating strings in the DOM trees on the web. We should do something clever to cut down on the number of duplicates we keep in RAM.
Comment 1 Andreas Kling 2013-11-25 12:57:55 PST
Created attachment 217824 [details]
Patch idea
Comment 2 WebKit Commit Bot 2013-11-25 13:51:00 PST
Comment on attachment 217824 [details]
Patch idea

Clearing flags on attachment: 217824

Committed r159764: <http://trac.webkit.org/changeset/159764>
Comment 3 WebKit Commit Bot 2013-11-25 13:51:01 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 WebKit Commit Bot 2013-12-01 19:31:29 PST
Re-opened since this is blocked by bug 125055
Comment 5 Lucas Forschler 2019-02-06 09:03:46 PST
Mass moving XML DOM bugs to the "DOM" Component.