I think what roslof probably meant was whether we planned to create a
64 bit version of V8.
This hasn't been decided yet. Chromium is 32 bit at the moment, and
since all OSs still support 32 bit programs this isn't a pressing
issue.
Since JavaScript is a dynamically typed language you always have to
reserve space for an object reference so a 64 bit version of V8 would
use almost twice as much memory for objects and on stacks. Code would
also grow. At the moment there is no register allocation worth
speaking of in the code generator so there would be no immediate
benefit from the extra registers available to 64 bit code.
On Sep 3, 10:42 am, Christian Plesner Hansen
<christian.plesner.han
...@gmail.com> wrote:
> There should be no problems running v8 on x86_64. Internally v8 only
> ever runs 32 bit so the ia32 architecture is also used on x86_64.
> On Sep 3, 9:54 am, roelof.na...@gmail.com wrote:
> > hi
> > are there any plans to support x86_64? from the code it looks like
> > only ia32 and arm are supported.
> > regards
> > roelof.