The depot_tools system makes this easy, actually:

git checkout <your-version>
gclient sync
ninja -C out/<whatever> d8

(If you go back far enough before ninja was supported, replace the last
command with the equivalent make/GYP based build.)


On Mon, Nov 27, 2017 at 9:23 AM Edd Barrett <vex...@gmail.com> wrote:

> Hi Mathias,
>
> Thanks for your swift response.
>
> On Monday, November 27, 2017 at 1:40:05 PM UTC, Mathias Bynens wrote:
>>
>> This is not a direct answer to your question, but we already host
>> prebuilt `d8` binaries for Linux on 32-bit and 64-bit architectures. We
>> plan on doing the same for other operating systems:
>> https://bugs.chromium.org/p/v8/issues/detail?id=5918 By using a
>> precompiled binary, you could bypass compiling from source together.
>>
>
>
> That's good to know, but for our purposes we really do need to build from
> source:
>
>  * We have patches to grant access to the monotonic clock and performance
> counters.
>  * The experiment should be fully repeatable from source.
>
> I think it's something the V8 team should consider for the future.
>
> Cheers
>
> --
> --
> v8-users mailing list
> v8-users@googlegroups.com
> http://groups.google.com/group/v8-users
> ---
> You received this message because you are subscribed to the Google Groups
> "v8-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to v8-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to