Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(498)

Unified Diff: src/objects.h

Issue 1265663002: Assign more bits to safepoint table offset. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: change to 30 Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index a4b3e4f3da762aa9a08f4e377a54cad6e505c85e..d84690fbd48c6b3418663960916d7987a84f6dfc 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -5092,7 +5092,7 @@ class Code: public HeapObject {
// KindSpecificFlags2 layout (STUB and OPTIMIZED_FUNCTION)
static const int kSafepointTableOffsetFirstBit = kIsCrankshaftedBit + 1;
- static const int kSafepointTableOffsetBitCount = 24;
+ static const int kSafepointTableOffsetBitCount = 30;
STATIC_ASSERT(kSafepointTableOffsetFirstBit +
kSafepointTableOffsetBitCount <= 32);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698