Comment #11 on issue 330 by [email protected]: 64-bit Linux Support
http://code.google.com/p/v8/issues/detail?id=330

V8 on x64 is feature complete on both Liunx and Windows.
The most recent improvements to the compiler hasn't been ported to x64 yet, but the existing compiler is what is running in current versions of Chrome, and should be working fine.

It's worth noticing that V8 64-bit on Windows isn't currently used in a browser (Chrome for Windows is a 32-bit application), so it hasn't been battle-tested as thoroughly as the 64-bit Linux version. Most of the code is the same, though, with only a few differences due to different calling conventions and library functions.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to