Hi,

V8 will not work with 8 byte alignment without modification as code V8
generates assumes certain layout for some structures (e.g. both
v8::Arguments and v8::internal::Arguments).

I don't see any problem with 1 byte alignment though.

--
Vyacheslav Egorov


On Tue, Jun 21, 2011 at 9:45 AM, Roman Suvorov <windj...@gmail.com> wrote:
> Hi!
>
> Default data struct alignment in v8 for win32 (IA-32) is 4 byte
> alignment as I know.
>
> How can I compile v8 with 1 byte alignment and 8 byte alignment? These
> requirements are given by project. I cannot change it.
>
> In addition I need to be able to choose alignment in command line. For
> example:
> scons ... alignment=zp1 ...
>
> Will v8 work with such alignment?
>
> Thanks.
>
> --
> v8-users mailing list
> v8-users@googlegroups.com
> http://groups.google.com/group/v8-users
>

-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users

Reply via email to