Revision: 9775
Author: erikcorry
Date: Tue Oct 25 06:34:52 2011
Log: Remove superfluous assert.
Review URL: http://codereview.chromium.org/8332028
http://code.google.com/p/v8/source/detail?r=9775
Modified:
/branches/bleeding_edge/src/spaces.h
=======================================
--- /branches/bleeding_edge/src/spaces.h Tue Oct 25 06:27:46 2011
+++ /branches/bleeding_edge/src/spaces.h Tue Oct 25 06:34:52 2011
@@ -459,7 +459,6 @@
live_byte_count_ = 0;
}
void IncrementLiveBytes(int by) {
- ASSERT_LE(static_cast<unsigned>(live_byte_count_), size_);
if (FLAG_gc_verbose) {
printf("UpdateLiveBytes:%p:%x%c=%x->%x\n",
static_cast<void*>(this), live_byte_count_,
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev