Reviewers: Mads Ager, zarko, Vitaly, Dmitry Titov,

Message:
Please, review

Description:
[Isolates] Counters -> Isolate.
Mostly mechanical change of Counters::xxx to COUNTERS->xxx().
COUNTERS is Isolate::Current()->counters()

The patch also contains fix for win32 compile / running tests from
http://codereview.chromium.org/2844034/show


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

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

Affected files:
  M     src/arm/builtins-arm.cc
  M     src/arm/codegen-arm.cc
  M     src/arm/ic-arm.cc
  M     src/arm/stub-cache-arm.cc
  M     src/assembler.cc
  M     src/ast.cc
  M     src/bootstrapper.cc
  M     src/builtins.cc
  M     src/code-stubs.cc
  M     src/codegen.cc
  M     src/compilation-cache.cc
  M     src/compiler.cc
  M     src/full-codegen.cc
  M     src/global-handles.cc
  M     src/handles.cc
  M     src/heap-inl.h
  M     src/heap.h
  M     src/heap.cc
  M     src/ia32/assembler-ia32.cc
  M     src/ia32/builtins-ia32.cc
  M     src/ia32/codegen-ia32.cc
  M     src/ia32/ic-ia32.cc
  M     src/ia32/stub-cache-ia32.cc
  M     src/isolate.h
  M     src/isolate.cc
  M     src/jump-target-heavy.cc
  M     src/log.cc
  M     src/objects.cc
  M     src/parser.cc
  M     src/rewriter.cc
  M     src/runtime.cc
  M     src/serialize.cc
  M     src/spaces.cc
  M     src/stub-cache.cc
  M     src/v8-counters.h
  M     src/v8-counters.cc
  M     src/v8.cc
  M     src/version.cc
  M     src/x64/assembler-x64.cc
  M     src/x64/builtins-x64.cc
  M     src/x64/codegen-x64.cc
  M     src/x64/ic-x64.cc
  M     src/x64/stub-cache-x64.cc
  M     src/zone-inl.h
  M     src/zone.h
  M     test/cctest/test-serialize.cc


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

Reply via email to