On Wed, Nov 29, 2017 at 1:54 PM, madana gopal <[email protected]> wrote: > 2, Local<Context> is assigned to Persistent context , mentioned in below > code.
You call Persistent<Context>::Reset() but it's not clear from the snippet you posted if the original Local<Context> is still alive. It remains alive until its HandleScope is destroyed. > 3, I couldn't get the last point. Do you mean, checking with EstimatedSize() > is not right approach?. It may have bugs that affect its accuracy, yes. > 4, From heap snapshot, we are seeing many closure leaks. But when I try to > debug it with retainer in chrome dev tools, tree is bigger with many frames > telling native_context. since it is big, we are stuck in how to hit the > proper place , causing the leak reference. It's not clear to me what you mean. Can you post some screenshots? -- -- 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.
