[v8-users] Re: Creating multiple Isolates

2016-04-29 Thread Joris Wijnant
maybe an alternative idea: i've read that it is possible to create multiple contexts within one isolate. so instead of multiple isolates, i could create only one, and create multiple contexts. Are those context separated from, or can they interfere with eachother? and what are the traps you

Re: [v8-users] Re: Creating multiple Isolates

2016-04-29 Thread Jakob Kummerow
On Fri, Apr 29, 2016 at 2:03 PM, Joris Wijnant wrote: > > What is the reason that is reserves 16 MB? > I know that reserving some extra space can be for performance, that way > you don't need to request more if you ran out. > But what is the reason for 16 MB, why not

[v8-users] Re: How to use v8 built as shared library on Windows using MSVC?

2016-04-29 Thread Zac Hansen
I'm running into a similar problem in OS X. and just adding libplatform isn't enough. You also have to statically link v8_libbase as well in order to link a new .dylib from v8 shared libs. Can anyone lend any insight as to why everything can't be built into dynamic libraries and why some

[v8-users] Re: Creating multiple Isolates

2016-04-29 Thread Joris Wijnant
What is the reason that is reserves 16 MB? I know that reserving some extra space can be for performance, that way you don't need to request more if you ran out. But what is the reason for 16 MB, why not less? and can I possibly lower it, to lets say 5MB? -- -- v8-users mailing list