Hi,

I've been trying to embed v8 into my application, and encountered
memory leak.

With some previous posts, it seemed like 'do not grow'.

But it actually grows..I think..(3 types of memory leak in my case,
70% of 40bytes , 20% of around 4Kbytes, 10% of 20Byes)

so I need to inspect heap or something relating to memory management
by using profiler of v8!

In my build with VS2005, profiler works well in v8_process_sample or
v8_shell_sample
(That is, my build's been done properly)

However, After Embedding v8 into my application(in form of static
library.<v8.lib>) profiler doesn't work.

I did all to make it work..
  1. use below code
    v8::V8::SetFlagsFromString("--prof",6);

  2. set debugging argument
      "--prof"

but It never work...

Does anybody have some idea?

Any comments will be appreciated!






--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to