[webkit-reviews] review requested: [Bug 86024] Enh: Hash Const JSString in Backing Stores to Save Memory : [Attachment 150656] Fixed a minor bug and improved new strings since last hash const logic

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 3 11:54:13 PDT 2012


Michael Saboff <msaboff at apple.com> has asked  for review:
Bug 86024: Enh: Hash Const JSString in Backing Stores to Save Memory
https://bugs.webkit.org/show_bug.cgi?id=86024

Attachment 150656: Fixed a minor bug and improved new strings since last hash
const logic
https://bugs.webkit.org/attachment.cgi?id=150656&action=review

------- Additional Comments from Michael Saboff <msaboff at apple.com>
Fixed that the strings since last Hash Const threshold boolean is in
MarkStackThreadSharedData and not MarkStack.

Change the clearing of the number of new strings since last GC is only done at
the end of a GC where we actually hash const'ed strings.


More information about the webkit-reviews mailing list