Continuing extraction of static data - static data of v8::internal::Top moved to v8::internal::TopData, static data of top.cc moved to v8::internal::TopPrivateData as instance variables - static data of v8::internal::StackGuard moved to v8::internal::StackGuard and static data of execution.cc moved to v8::internal::StackGuardPrivateData as instance variables - static data of v8::internal::RegExpStack and static data of regexp-macro-assembler.cc, jsregexp.cc moved to v8::internal::RegExpStackData as instance variables
- static data of v8::internal::Serializer moved to class v8::internal::SerializerData, static data of serializer.cc (ExternalReferenceTable, SerializationAddressMapper) moved to v8::internal::SerializerPrivateData - static data of v8::internal::ContextSlotCache moved to v8::internal::ContextSlotCacheData - HandleScopeImplementer singleton is member of v8::internal::V8Context now - Static data of v8::internal::StubCache and v8::internal::CompilationCache become instance data of v8::internal::StubCacheData and v8::internal::CompilationCachePrivateData - All statics of v8::internal::GlobalHandles become instance data of v8::internal::GlobalHandlesData http://codereview.chromium.org/435003 -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
