Reviewers: Kasper Lund, Description: Make state stack thread local. When using Lockers the state stacks of multiple threads got mixed up so that the current state could be an already deallocated state from another thread.
Please review this at http://codereview.chromium.org/3828016/show SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/top.h M src/top.cc M src/vm-state-inl.h M src/vm-state.h M src/vm-state.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
