Revision: 22756
Author: [email protected]
Date: Thu Jul 31 12:20:32 2014 UTC
Log: Version 3.26.31.13 (merged r22667)
Reduce max executable size limit.
BUG=395679
LOG=N
[email protected], [email protected]
Review URL: https://codereview.chromium.org/416323003
http://code.google.com/p/v8/source/detail?r=22756
Modified:
/branches/3.26/src/heap.h
/branches/3.26/src/version.cc
=======================================
--- /branches/3.26/src/heap.h Wed Jul 2 13:15:04 2014 UTC
+++ /branches/3.26/src/heap.h Thu Jul 31 12:20:32 2014 UTC
@@ -1087,10 +1087,10 @@
static const int kMaxOldSpaceSizeHugeMemoryDevice = 700 * kLumpOfMemory;
// The executable size has to be a multiple of Page::kPageSize.
- static const int kMaxExecutableSizeLowMemoryDevice = 128 * kLumpOfMemory;
- static const int kMaxExecutableSizeMediumMemoryDevice = 256 *
kLumpOfMemory;
- static const int kMaxExecutableSizeHighMemoryDevice = 512 *
kLumpOfMemory;
- static const int kMaxExecutableSizeHugeMemoryDevice = 700 *
kLumpOfMemory;
+ static const int kMaxExecutableSizeLowMemoryDevice = 96 * kLumpOfMemory;
+ static const int kMaxExecutableSizeMediumMemoryDevice = 192 *
kLumpOfMemory;
+ static const int kMaxExecutableSizeHighMemoryDevice = 256 *
kLumpOfMemory;
+ static const int kMaxExecutableSizeHugeMemoryDevice = 256 *
kLumpOfMemory;
intptr_t OldGenerationAllocationLimit(intptr_t old_gen_size,
int freed_global_handles);
=======================================
--- /branches/3.26/src/version.cc Thu Jul 31 08:54:45 2014 UTC
+++ /branches/3.26/src/version.cc Thu Jul 31 12:20:32 2014 UTC
@@ -35,7 +35,7 @@
#define MAJOR_VERSION 3
#define MINOR_VERSION 26
#define BUILD_NUMBER 31
-#define PATCH_LEVEL 12
+#define PATCH_LEVEL 13
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)
#define IS_CANDIDATE_VERSION 0
--
--
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/d/optout.