But looks like there's a separate heap, garbage collector, profiler managed per Isolate?
On Thursday, March 6, 2014 3:23:44 PM UTC-8, Ben Noordhuis wrote: > > On Fri, Mar 7, 2014 at 12:06 AM, Jane Chen <[email protected]<javascript:>> > wrote: > > Separate question: how expensive is it to construct an Isolate assuming > I > > don't do much with it? Once constructed, is it worth to keep around and > > re-use? > > Not that expensive IIRC, most of the overhead is in constructing the > Context. Whether it's worth keeping them around depends on how often > you'd create one. Best advice I can give you is to go benchmark it. > -- -- v8-users mailing list [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
