Revision: 2857
Author: [email protected]
Date: Wed Sep 9 04:06:22 2009
Log: Fix typo.
http://code.google.com/p/v8/source/detail?r=2857
Modified:
/branches/bleeding_edge/src/spaces.h
=======================================
--- /branches/bleeding_edge/src/spaces.h Wed Sep 9 03:56:13 2009
+++ /branches/bleeding_edge/src/spaces.h Wed Sep 9 04:06:22 2009
@@ -446,7 +446,7 @@
// Due to encoding limitation, we can only have 8K chunks.
static const int kMaxNofChunks = 1 << Page::kPageSizeBits;
// If a chunk has at least 16 pages, the maximum heap size is about
- // 8k * 8K * 16 = 1G bytes.
+ // 8K * 8K * 16 = 1G bytes.
static const int kPagesPerChunk = 16;
static const int kChunkSize = kPagesPerChunk * Page::kPageSize;
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---