Reviewers: Dmitry Titov, Vitaly,

Description:
[Isolates]

- Begin removing static state from stack guards.
- Split default isolate initialization into two phases:
    * Allocate all previously static objects
    * Call initialize methods on those static objects
  This is necessary to preserve the old behavior of the API; without the
  change some tests fail (where the failures cannot be solved by a call
  to V8::Initialize).


Please review this at http://codereview.chromium.org/2715004/show

SVN Base: http://v8.googlecode.com/svn/branches/experimental/isolates/

Affected files:
  M     src/execution.h
  M     src/execution.cc
  M     src/isolate.h
  M     src/isolate.cc
  M     src/top.h
  M     src/top.cc
  M     test/cctest/test-api.cc


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

Reply via email to