Bug 242624
Summary: | Optimize AtomStringImpl::remove by skipping unnecessary string equality checks | ||
---|---|---|---|
Product: | WebKit | Reporter: | Darin Adler <darin> |
Component: | Web Template Framework | Assignee: | Darin Adler <darin> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer, ysuzuki |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All |
Darin Adler
Noticed that when AtomStringImpl removes a string from the atom string table, it does an equality check on the string instead of doing a pointer comparison. Easy to fix.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Darin Adler
Pull request: https://github.com/WebKit/WebKit/pull/2320
EWS
Committed 252379@main (d781022ac569): <https://commits.webkit.org/252379@main>
Reviewed commits have been landed. Closing PR #2320 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/96884503>