Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(706)

Unified Diff: vm/pages.h

Issue 9027017: - Promote objects from new gen to old space if they survived a scavenge. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « vm/object.cc ('k') | vm/raw_object.h » ('j') | vm/raw_object.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/pages.h
===================================================================
--- vm/pages.h (revision 2792)
+++ vm/pages.h (working copy)
@@ -104,7 +104,6 @@
static intptr_t LargePageSizeFor(intptr_t size);
bool CanIncreaseCapacity(intptr_t increase) {
siva 2011/12/22 23:48:38 Why did you remove the assert why not change to: A
Ivan Posva 2011/12/23 00:12:06 Assertion adjusted.
- ASSERT(capacity_ < max_capacity_);
return increase <= (max_capacity_ - capacity_);
}
« no previous file with comments | « vm/object.cc ('k') | vm/raw_object.h » ('j') | vm/raw_object.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698