Reviewers: Vitaly, Dmitry Titov,

Message:
Please be sure to run the ARM tests-- I was running into a transient problem
with one of them, but I can no longer reproduce it (and the machine on which the
problem was showing up was just reimaged today).

Thanks
  Luke

Description:

[Isolates] Moving more statics (episode five)

cpu-profiler.cc
-> singleton_

debug-agent.cc
-> message
-> instance_

heap-profiler.cc
-> singleton_
-> can_log_ (moved class ProducerHeapProfile into header)

heap.cc
-> minus_zero
-> heap_configured
-> promotion_queue (moved class PromotionQueue into header)
-> last_gc_count/number_idle_notifications
-> ExternalStringTable (moved class into header)

interpreter-irregexp.cc
-> interp_canonicalize
-> cache_

ic.cc
-> added const qualifier to IC_utilities



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

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

Affected files:
  M     src/api.cc
  M     src/cpu-profiler.h
  M     src/cpu-profiler.cc
  M     src/debug-agent.h
  M     src/debug-agent.cc
  M     src/execution.cc
  M     src/heap-inl.h
  M     src/heap-profiler.h
  M     src/heap-profiler.cc
  M     src/heap.h
  M     src/heap.cc
  M     src/ic.cc
  M     src/interpreter-irregexp.h
  M     src/interpreter-irregexp.cc
  M     src/isolate.h
  M     src/isolate.cc
  M     src/mark-compact.cc


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

Reply via email to