https://bugs.webkit.org/show_bug.cgi?id=111522
Reviewed by Filip Pizlo.
Let's stop doing that.
2% PLT speedup.
* history/PageCache.cpp:
(WebCore::PageCache::remove):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@144884
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-03-05 Geoffrey Garen <ggaren@apple.com>
+
+ Autoreleased cached pages slow down the PLT by 2%
+ https://bugs.webkit.org/show_bug.cgi?id=111522
+
+ Reviewed by Filip Pizlo.
+
+ Let's stop doing that.
+
+ 2% PLT speedup.
+
+ * history/PageCache.cpp:
+ (WebCore::PageCache::remove):
+
2013-03-05 Hayato Ito <hayato@chromium.org>
[Shadow] Implements event re-targeting for Touch Events.
if (!item || !item->m_cachedPage)
return;
- autorelease(item->m_cachedPage.release());
+ item->m_cachedPage.clear();
removeFromLRUList(item);
--m_size;