Re: [v8-users] Help building v8 from source without network communication

2015-05-29 Thread Jakob Kummerow
To clarify: - building V8 never requires internet access - getting the V8 source and build dependencies always requires internet access (how else would you download anything?) - GYP is not part of depot_tools - GYP is always required for building V8 - GYP does not require internet access - there's

[v8-users] Re: build fail on nacl architecture (nacl_x64 and nacl_ia32)

2015-05-29 Thread Andrei - Constantin Popescu
Sorry, realised bit later that partial logs aren't that useful. Here's step by step what I did: I followed https://github.com/v8/v8-git-mirror , checked out branch 4.5.20. If I attempted to build it as is, I got a compiler error . After I removed the 'Wno-fomat-pe

[v8-users] LLVM JIT for V8

2015-05-29 Thread Sangheon Kim
As per as i know, JSC is using LLVM JIT technology , but V8 does not have the concept . JSC perf seem to be increased after LLVM JIT is applied . Does anyone konw why V8 does not use the LLVM JIT concept ? ps> Chrome Linux/MAX is using LLVM compiler . why Chrome Android does not use it ?

Re: [v8-users] Help building v8 from source without network communication

2015-05-29 Thread Ben Noordhuis
On Fri, May 29, 2015 at 12:01 AM, Tim Galvin wrote: > Hello, > > I'm having trouble figuring out a way to install v8 on a machine in a > fashion that wouldn't require any connection to the network. I'd like to > essentially scp a tarball of some sort to a host, and then (aside from using > ssh to