Vyacheslav, Here the sizeof results:
kPointerSize -> sizeof(void*) = 4 kIntSize -> sizeof(int) = 4 -- Misha On Jan 9, 3:02 am, "[email protected]" <[email protected]> wrote: > > src/objects-inl.h:2873: error: invalid application of 'sizeof' to > > incomplete type 'StaticAssertion<false>' > > src/objects-inl.h:2880: error: invalid application of 'sizeof' to > > incomplete type 'StaticAssertion<false>' > > src/objects-inl.h:2883: error: invalid application of 'sizeof' to > > incomplete type 'StaticAssertion<false>' > > src/objects-inl.h:2890: error: invalid application of 'sizeof' to > > incomplete type 'StaticAssertion<false>' > > src/objects-inl.h:2897: error: invalid application of 'sizeof' to > > incomplete type 'StaticAssertion<false>' > > It seems that kFormalParameterCountOffset and others hi-parts of > pseudo smis in SharedFunctionInfo are not aligned as expected. > > What are values for kPointerSize and kIntSize on PowerPC? > > -- > Vyacheslav Egorov -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
