[v8-users] Re: DOM strings size increasing continuously

2015-03-11 Thread Isiah Meadows
Could you give a code example? (P.S. not technically part of the team, but just enjoy hacking with the engine) -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups

Re: [v8-users] args.GetReturnValue() whats the default

2015-03-11 Thread Sven Panne
On Tue, Mar 10, 2015 at 7:39 PM, David Xanatos xanatosda...@gmail.com wrote: I'm porting a large project right now and ofter I head code the returned v8::Undefined(), now we don't have a return like this but a args.GetReturnValue()... whats the default here, I guess I don't need to explicitly

Re: [v8-users] Option for identifying memory leak

2015-03-11 Thread Ben Noordhuis
On Tue, Mar 10, 2015 at 6:53 PM, madana gopal madanagopal...@gmail.com wrote: Please tell me any option that i can use to identify the place of memory leak in javascript execution.I am seeing continuous memory increase on clicking on jquery page/parsing JSON string.I want to identify/search the