Reviewers: Vitaly, Dmitry Titov,
Message:
Most of this is just simple text replacement. We might want to think about
changing the calling convention for runtime functions to pass in the current
isolate; we've already talked about putting a pointer to an isolate in
Object's
metamap.
Description:
[Isolates] Remove [static] qualifier from more Heap methods.
- Removes [static] from heap methods mostly having to do with allocation/
creation/hashconsing of objects.
- Fixes some errata from execution.h/execution.cc (@2715004):
* Ctor of StackGuard::ThreadLocal calls Clear()
* Potential race condition in execution.cc without debugger enabled
* Formatting
Please review this at http://codereview.chromium.org/2775004/show
SVN Base: http://v8.googlecode.com/svn/branches/experimental/isolates/
Affected files:
M src/accessors.cc
M src/assembler.cc
M src/builtins.cc
M src/code-stubs.cc
M src/execution.h
M src/execution.cc
M src/factory.cc
M src/handles.cc
M src/heap.h
M src/heap.cc
M src/ia32/assembler-ia32.cc
M src/ic.cc
M src/mark-compact.cc
M src/objects-inl.h
M src/objects.cc
M src/property.h
M src/runtime.cc
M src/scopeinfo.cc
M src/spaces.cc
M src/stub-cache.cc
M src/top.cc
M src/x64/assembler-x64.cc
M test/cctest/test-alloc.cc
M test/cctest/test-assembler-arm.cc
M test/cctest/test-assembler-ia32.cc
M test/cctest/test-disasm-ia32.cc
M test/cctest/test-heap.cc
M test/cctest/test-mark-compact.cc
M test/cctest/test-serialize.cc
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev