Reviewers: Vyacheslav Egorov,
Description:
Add FIXED_DOUBLE_ARRAY_TYPE to INSTANCE_TYPE_LIST_ALL in objects.h
Leaving this out can cause crashes when running with --heap-stats (but this
is
only used when reporting heap statistics, so this is not a stability issue).
Please review this at http://codereview.chromium.org/7647018/
SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/
Affected files:
M src/objects.h
Index: src/objects.h
===================================================================
--- src/objects.h (revision 8922)
+++ src/objects.h (working copy)
@@ -322,6 +322,7 @@
V(POLYMORPHIC_CODE_CACHE_TYPE)
\
\
V(FIXED_ARRAY_TYPE)
\
+
V(FIXED_DOUBLE_ARRAY_TYPE)
\
V(SHARED_FUNCTION_INFO_TYPE)
\
\
V(JS_MESSAGE_OBJECT_TYPE)
\
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev