Revision: 15274
Author: [email protected]
Date: Mon Jun 24 00:02:53 2013
Log: Update boot-up memory use limit after adding DataView.
[email protected]
Review URL: https://codereview.chromium.org/17589005
http://code.google.com/p/v8/source/detail?r=15274
Modified:
/branches/bleeding_edge/test/cctest/test-mark-compact.cc
=======================================
--- /branches/bleeding_edge/test/cctest/test-mark-compact.cc Wed Jun 19
01:58:09 2013
+++ /branches/bleeding_edge/test/cctest/test-mark-compact.cc Mon Jun 24
00:02:53 2013
@@ -558,7 +558,7 @@
}
} else { // 32-bit.
if (v8::internal::Snapshot::IsEnabled()) {
- CHECK_LE(delta, 2910 * 1024);
+ CHECK_LE(delta, 3100 * 1024);
} else {
CHECK_LE(delta, 3400 * 1024);
}
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.