Bug 124855 - Deduplicate shortish Text node strings during tree construction.
Summary: Deduplicate shortish Text node strings during tree construction.
Status: REOPENED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on: 125055
Blocks:
  Show dependency treegraph
 
Reported: 2013-11-25 12:52 PST by Andreas Kling
Modified: 2019-02-06 09:03 PST (History)
6 users (show)

See Also:


Attachments
Patch idea (3.65 KB, patch)
2013-11-25 12:57 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.