There is no interpreter in V8 at this point. All JS code are JIT'ed.

Only ARM and x86 are supported at this point.

On Apr 6, 6:33 am, thouraya andolsi <[email protected]>
wrote:
> Hi,
>
> I'm building to another CPU architecture.
>
> Thank you very much.
> Thouraya.
>
> 2009/4/6 Søren Gjesse <[email protected]>
>
>
>
> > Hi,
> > Can you please provide some more information on what you mean by a 'new
> > platform.' If you are building on some Linux variant running on either Intel
> > (IA-32) or ARM then you might need to add another platform-xxx.cc file for
> > the OS API (there are currently files for Linus, Mac OS and FreeBSD) . If
> > you running on another CPU architecture then a whole new
> > assembler/codegenerator etc. needs to be implemented which is a large
> > undertaking (see files src/*-ia32/* and src/*-arm/* for implementation for
> > IA-32 and ARM). V8 does not have an interpreted mode.
>
> > Regards,
> > Søren
>
> > On Mon, Apr 6, 2009 at 15:09, toutou <[email protected]> wrote:
>
> >> Hi,
>
> >> I built the V8 javascript engine for a new platform, and I get some
> >> undefined references when I tried  to link the shell test.
>
> >> I want to know if I can build V8 in interpreted mode ?
>
> >> Best regards.
--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to