Comment #7 on issue 2531 by [email protected]: Crash on Android in v8::V8::GetHeapStatistics
http://code.google.com/p/v8/issues/detail?id=2531

An Isolate is basically a separate instance of v8 (think: "JNIEnv") with separate heap etc., so when you ask for memory consumption you have to specify which instance you are asking.

I've made the new non-deprecated method an instance method of v8::Isolate to make this crystal-clear. CL is under preparation...

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" 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/groups/opt_out.


Reply via email to