http://codereview.chromium.org/2435001/diff/1/36
File src/isolate.cc (right):

http://codereview.chromium.org/2435001/diff/1/36#newcode78
src/isolate.cc:78: global_isolate = this;
On 2010/05/31 15:36:43, Dmitry Titov wrote:
This is the code that will never be correct.
Should it be just ASSERT(global_isolate == this) for now?

Could we add ASSERT(global_isolate == this) here for now? That would
indeed keep the attention on this place when someone will replace all
instances of 'global_isolate' in the future.

http://codereview.chromium.org/2435001/show

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

Reply via email to