Reviewers: Vyacheslav Egorov, Description: Remove superfluous assert.
Please review this at http://codereview.chromium.org/8332028/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/spaces.h Index: src/spaces.h =================================================================== --- src/spaces.h (revision 9772) +++ src/spaces.h (working copy) @@ -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
