Revision: 8932
Author: [email protected]
Date: Mon Aug 15 05:55:18 2011
Log: 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).
Review URL: http://codereview.chromium.org/7647018
http://code.google.com/p/v8/source/detail?r=8932
Modified:
/branches/bleeding_edge/src/objects.h
=======================================
--- /branches/bleeding_edge/src/objects.h Fri Aug 12 06:54:27 2011
+++ /branches/bleeding_edge/src/objects.h Mon Aug 15 05:55:18 2011
@@ -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