RESOLVED FIXED 149961
No need to keep setting needsVisit flag in SmallStrings
https://bugs.webkit.org/show_bug.cgi?id=149961
Summary No need to keep setting needsVisit flag in SmallStrings
Joseph Pecoraro
Reported 2015-10-09 11:45:35 PDT
No need to keep setting needsVisit flag in SmallStrings. The strings are all setup before GC is enabled by the VM, and all in private functions. No need to keep updating the flag if it couldn't have changed.
Attachments
[PATCH] Proposed Fix (3.07 KB, patch)
2015-10-09 11:47 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2015-10-09 11:47:26 PDT
Created attachment 262782 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 2 2015-10-09 16:18:33 PDT
Comment on attachment 262782 [details] [PATCH] Proposed Fix Clearing flags on attachment: 262782 Committed r190829: <http://trac.webkit.org/changeset/190829>
WebKit Commit Bot
Comment 3 2015-10-09 16:18:36 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.