Revision: 20397
Author: [email protected]
Date: Tue Apr 1 12:34:08 2014 UTC
Log: Remove remnants of internalized cons strings.
[email protected]
Review URL: https://codereview.chromium.org/216603005
http://code.google.com/p/v8/source/detail?r=20397
Modified:
/branches/bleeding_edge/include/v8.h
/branches/bleeding_edge/src/heap.h
=======================================
--- /branches/bleeding_edge/include/v8.h Mon Mar 31 13:35:12 2014 UTC
+++ /branches/bleeding_edge/include/v8.h Tue Apr 1 12:34:08 2014 UTC
@@ -5581,7 +5581,7 @@
static const int kNullValueRootIndex = 7;
static const int kTrueValueRootIndex = 8;
static const int kFalseValueRootIndex = 9;
- static const int kEmptyStringRootIndex = 154;
+ static const int kEmptyStringRootIndex = 152;
static const int kNodeClassIdOffset = 1 * kApiPointerSize;
static const int kNodeFlagsOffset = 1 * kApiPointerSize + 3;
=======================================
--- /branches/bleeding_edge/src/heap.h Tue Apr 1 10:56:16 2014 UTC
+++ /branches/bleeding_edge/src/heap.h Tue Apr 1 12:34:08 2014 UTC
@@ -109,8 +109,6 @@
ShortExternalStringWithOneByteDataMap) \
V(Map, internalized_string_map,
InternalizedStringMap) \
V(Map, ascii_internalized_string_map,
AsciiInternalizedStringMap) \
- V(Map, cons_internalized_string_map,
ConsInternalizedStringMap) \
- V(Map, cons_ascii_internalized_string_map,
ConsAsciiInternalizedStringMap) \
V(Map,
\
external_internalized_string_map, \
ExternalInternalizedStringMap) \
--
--
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.