[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
ggaren at apple.com
ggaren at apple.com
Wed Mar 17 18:43:00 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit b953ec8125c91f8947ba67531c510d28674a5c6b
Author: ggaren at apple.com <ggaren at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Mar 16 02:36:10 2010 +0000
Not reviewed.
Removed a now-incorrect comment I forgot to remove in my last check-in.
* wtf/FastMalloc.cpp:
(WTF::TCMalloc_PageHeap::scavenge):
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@56029 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index cc4b54b..e4bdfa6 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,14 @@
2010-03-15 Geoffrey Garen <ggaren at apple.com>
+ Not reviewed.
+
+ Removed a now-incorrect comment I forgot to remove in my last check-in.
+
+ * wtf/FastMalloc.cpp:
+ (WTF::TCMalloc_PageHeap::scavenge):
+
+2010-03-15 Geoffrey Garen <ggaren at apple.com>
+
Reviewed by Sam Weinig.
Fixed a portion of:
diff --git a/JavaScriptCore/wtf/FastMalloc.cpp b/JavaScriptCore/wtf/FastMalloc.cpp
index da42793..1196f96 100644
--- a/JavaScriptCore/wtf/FastMalloc.cpp
+++ b/JavaScriptCore/wtf/FastMalloc.cpp
@@ -1538,7 +1538,6 @@ void TCMalloc_PageHeap::scavenge()
for (int i = kMaxPages; i >= 0 && free_committed_pages_ > targetPageCount; i--) {
SpanList* slist = (static_cast<size_t>(i) == kMaxPages) ? &large_ : &free_[i];
while (!DLL_IsEmpty(&slist->normal) && free_committed_pages_ > targetPageCount) {
- // Release the last span on the normal portion of this list
Span* s = slist->normal.prev;
DLL_Remove(s);
ASSERT(!s->decommitted);
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list