Status: New
Owner: ----
New issue 444 by ggrigorenko: Running V8 in multiple threads with
v8::Unlocker eats memory with 10 mb per second speed
http://code.google.com/p/v8/issues/detail?id=444
Put the above source to memeater.cpp.
Add v8.lib to project and compile ( /MT).
Run:
memeater.exe 5
Memory runs away with about 10 mb per second speed...
If I comment line with Unlocker the problem dissapears.
I'm using Windows Vista, Microsoft Visual Studio Express Edition 2008.
v8 is from trunk, revision 2915.
I changed the single flag in flag-definitions.h (expose_gc=true).
I compile static v8 using this line:
scons msvcltcg=off mode=release library=static snapshot=on
env="INCLUDE:C:\Program Files\Microsoft
SDKs\Windows\v6.0A\Include;C:\Program Files\Microsoft Visual Studio
9.0\VC\include,LIB:C:\Program Files\Microsoft
SDKs\Windows\v6.0A\Lib;C:\Program Files\Microsoft Visual Studio 9.0\VC\lib"
Attachments:
memeater.cpp 2.5 KB
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---