Reviewers: Sven Panne,

Description:
Remove remnants of internalized cons strings.

[email protected]

Please review this at https://codereview.chromium.org/216603005/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -3 lines):
  M include/v8.h
  M src/heap.h


Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index 50480b81ae19f350cb3adba7478997f1d2448450..0e5bcb4fc026a4ac4b302e4f6a6a9aa1f996cfc2 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -5581,7 +5581,7 @@ class Internals {
   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;
Index: src/heap.h
diff --git a/src/heap.h b/src/heap.h
index 6792d8dc38cdd80a99a7725e72fc996f46afb5ec..4b67a95a88800b514e0e64bad30add5ed1a88abd 100644
--- a/src/heap.h
+++ b/src/heap.h
@@ -109,8 +109,6 @@ namespace internal {
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.

Reply via email to