The v8 team did some amazing work this quarter building a working 64-bit port. After a handful of changes on the Chromium side, I've had Chromium Linux building on 64-bit for the last few weeks. I believe mmoss or tony is going to get a buildbot running, and working on packaging.
On Thu, Aug 20, 2009 at 11:44 AM, Dean McNamee <de...@chromium.org> wrote:
> The v8 team did some amazing work this quarter building a working
> 64-bit port. After a handful of changes on the Chromium side, I've
> had Chromium Linux building on 64-bit for the last few weeks. I
> believe mmoss or tony is going to get a buildbot running, and working
> on packaging.
On Thu, Aug 20, 2009 at 8:44 AM, Dean McNamee<de...@chromium.org> wrote:
> The v8 team did some amazing work this quarter building a working
> 64-bit port. After a handful of changes on the Chromium side, I've
> had Chromium Linux building on 64-bit for the last few weeks. I
> believe mmoss or tony is going to get a buildbot running, and working
> on packaging.
On Thu, Aug 20, 2009 at 8:44 AM, Dean McNamee<de...@chromium.org> wrote:
> The v8 team did some amazing work this quarter building a working
> 64-bit port. After a handful of changes on the Chromium side, I've
> had Chromium Linux building on 64-bit for the last few weeks. I
> believe mmoss or tony is going to get a buildbot running, and working
> on packaging.
Awesome! :)
FYI, video will not work out of the box since the ffmpeg binaries we have
are 32-bit. We need a bit of work to shift them over. If you see bugs
there, it's expected.
On Thu, Aug 20, 2009 at 10:18 AM, Michael Moss <mm...@chromium.org> wrote:
> Awesome! I'll work on the buildbot, then start marking all the
> ia32-libs bugs invalid :)
> On Thu, Aug 20, 2009 at 8:44 AM, Dean McNamee<de...@chromium.org> wrote:
> > The v8 team did some amazing work this quarter building a working
> > 64-bit port. After a handful of changes on the Chromium side, I've
> > had Chromium Linux building on 64-bit for the last few weeks. I
> > believe mmoss or tony is going to get a buildbot running, and working
> > on packaging.
How does the v8 perf look like relative to 32-bit?
I guess we ought to set up perf bots for startup/memory/etc. as well;
I'd expect we improve on those metrics on our 64-bit buildbots due to
more sharing with other apps on the system.
On Thu, Aug 20, 2009 at 8:44 AM, Dean McNamee<de...@chromium.org> wrote:
> The v8 team did some amazing work this quarter building a working
> 64-bit port. After a handful of changes on the Chromium side, I've
> had Chromium Linux building on 64-bit for the last few weeks. I
> believe mmoss or tony is going to get a buildbot running, and working
> on packaging.
On Thu, Aug 20, 2009 at 10:26 AM, Evan Martin<e...@chromium.org> wrote:
> How does the v8 perf look like relative to 32-bit?
> I guess we ought to set up perf bots for startup/memory/etc. as well;
> I'd expect we improve on those metrics on our 64-bit buildbots due to
> more sharing with other apps on the system.
> On Thu, Aug 20, 2009 at 8:44 AM, Dean McNamee<de...@chromium.org> wrote:
>> The v8 team did some amazing work this quarter building a working
>> 64-bit port. After a handful of changes on the Chromium side, I've
>> had Chromium Linux building on 64-bit for the last few weeks. I
>> believe mmoss or tony is going to get a buildbot running, and working
>> on packaging.
On Thu, Aug 20, 2009 at 8:44 AM, Dean McNamee<de...@chromium.org> wrote:
> The v8 team did some amazing work this quarter building a working
> 64-bit port. After a handful of changes on the Chromium side, I've
> had Chromium Linux building on 64-bit for the last few weeks. I
> believe mmoss or tony is going to get a buildbot running, and working
> on packaging.
On Thu, Aug 20, 2009 at 12:06 PM, Michael Moss <mm...@chromium.org> wrote:
> Anybody working on 64-bit breakpad yet?
> src/breakpad/linux/minidump-2-core.cc:303:2: error: #error "This code
> has not been ported to your platform yet"
> I guess worst case, I can turn this off for official 64-bit builds right now.
> Michael
> On Thu, Aug 20, 2009 at 8:44 AM, Dean McNamee<de...@chromium.org> wrote:
>> The v8 team did some amazing work this quarter building a working
>> 64-bit port. After a handful of changes on the Chromium side, I've
>> had Chromium Linux building on 64-bit for the last few weeks. I
>> believe mmoss or tony is going to get a buildbot running, and working
>> on packaging.
On Thu, Aug 20, 2009 at 12:12 PM, Adam Langley<a...@chromium.org> wrote: > I think 64-bit breakpad is done. Are you sure you're up to date? (and > using the files from breakpad/linux?)
Sorry Dean pointed out that it was minidump-2-core. That should be removed really. It doesn't work.
We have focused on making the 64-bit version complete, so there is
still some performance tuning to be done. Currently, the performance
of the 64-bit version is pretty close to the performance of the 32-bit
version when Chrome 2 stable was released.
On Thu, Aug 20, 2009 at 7:26 PM, Evan Martin<e...@chromium.org> wrote:
> How does the v8 perf look like relative to 32-bit?
> I guess we ought to set up perf bots for startup/memory/etc. as well;
> I'd expect we improve on those metrics on our 64-bit buildbots due to
> more sharing with other apps on the system.
> On Thu, Aug 20, 2009 at 8:44 AM, Dean McNamee<de...@chromium.org> wrote:
>> The v8 team did some amazing work this quarter building a working
>> 64-bit port. After a handful of changes on the Chromium side, I've
>> had Chromium Linux building on 64-bit for the last few weeks. I
>> believe mmoss or tony is going to get a buildbot running, and working
>> on packaging.
Greenblatt<magreenbl...@gmail.com> wrote: > Out of curiosity, what work remains to support a 64bit build on Windows?
V8 does not yet compile in 64-bit mode on Windows. We have focused on making the 64-bit version of V8 work on Linux and Mac at first. We are currently working on making the 64-bit version compile on Windows as well. We should hopefully have that done soon.
On Fri, Aug 21, 2009 at 01:14, Dean McNamee<de...@chromium.org> wrote:
> The v8 team did some amazing work this quarter building a working > 64-bit port. After a handful of changes on the Chromium side, I've > had Chromium Linux building on 64-bit for the last few weeks.
> On Fri, Aug 21, 2009 at 01:14, Dean McNamee<de...@chromium.org> wrote:
> > The v8 team did some amazing work this quarter building a working
> > 64-bit port. After a handful of changes on the Chromium side, I've
> > had Chromium Linux building on 64-bit for the last few weeks.