Updates:
Status: Fixed
Comment #4 on issue 2120 by [email protected]: Enable --verify-heap in
release mode
http://code.google.com/p/v8/issues/detail?id=2120
Verifyheap can now run in release mode but it's behind a build flag:
GYP: v8_enable_verify_heap (default 0) When 1, it defines:
VERIFY_HEAP
in the C++ build.
For debug configuration it is always on (as before). You'll need to build
release with v8_enable_verify_heap on to have access to the flag in a
release build.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev