Re: [v8-users] Build V8 6.x on Windows with VS2013

2017-11-01 Thread Ivan Pizhenko
Thank you! 2017-11-01 13:26 GMT+02:00 Ben Noordhuis : > On Wed, Nov 1, 2017 at 1:23 AM, Ivan P. wrote: > > Hello, I want to update V8 used in my application from the version 5.3 > to a > > some latest stable 6.x > > The possible issue is that my

[v8-users] Issue with GC

2017-11-01 Thread fkpkot
Hi, i've been working on addon which creates an object and uses objectwrap to expose it to the js. The object also holds a thread which has a separate isolate (and context) to run scripts to offload some work. Moreover, its also enables to run specific function from the script in the thread by

Re: [v8-users] Build V8 6.x on Windows with VS2013

2017-11-01 Thread Ben Noordhuis
On Wed, Nov 1, 2017 at 1:23 AM, Ivan P. wrote: > Hello, I want to update V8 used in my application from the version 5.3 to a > some latest stable 6.x > The possible issue is that my application is built with a bit outdated > nowadays Visual Studio 2013 and in the meantime