Re: [v8-users] Re: V8 version to upgrade to

2020-06-29 Thread joko suwito
Thank You. Nupoor K. Pada tanggal Sel, 9 Jun 2020 01.28, Nupoor Kotasthane menulis: > Also, we used gcc 7.3 on Linux and Visual Studio 2017 on Windows to > compile V8 version 6.7 last time. Are these compilers still okay to compile > V8 version 8.3? > > > > On Monday, June 8, 2020 at 11:22:02 A

Re: [v8-users] Re: V8 version to upgrade to

2020-06-29 Thread Nupoor Kotasthane
Hi Elangovan, Sure. It would be great if you can share some details. Is there a limitation on which version of gcc to use on Linux? Thanks, Nupoor On Tuesday, June 16, 2020 at 5:02:45 AM UTC-7, Elangovan S wrote: > > We recently upgraded from 6.2 to the latest version. Apart from the API > cha

Re: [v8-users] Re: V8 version to upgrade to

2020-06-16 Thread Elangovan S
We recently upgraded from 6.2 to the latest version. Apart from the API changes, you must also understand the building toolset changed as well with the latest source code. Previously we used gyp toolset to compile the project. Now it has to be GN with Ninja etc.. As part of integrating with latest

Re: [v8-users] Re: V8 version to upgrade to

2020-06-09 Thread Camillo Bruni
Hi, The API changed quite a bit since 6.7, you can find the major changes in this document . Note that after 7.7 the changes are only minor and should be easy to handle. On Mon, 8 Jun 2020 at 20:28, Nupoor Ko

[v8-users] Re: V8 version to upgrade to

2020-06-08 Thread Nupoor Kotasthane
Also, we used gcc 7.3 on Linux and Visual Studio 2017 on Windows to compile V8 version 6.7 last time. Are these compilers still okay to compile V8 version 8.3? On Monday, June 8, 2020 at 11:22:02 AM UTC-7, Nupoor Kotasthane wrote: > > We are planning to upgrade V8 for our next release. We are