Reviewers: Vitaly,

Message:
I'm getting a small but measurable improvement on this (~1.5% locally on
string-add)

Description:
[Isolates] Make MarkCompactCollector::IterateLiveObject to invoke its callback as a member of MarkCompactCollector, eliminating the need for those callbacks to
be static. This, in turn, makes them able to use MarkCompactCollector::heap_
variable instead of pulling the Heap pointer via Isolate::Current().

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

Affected files:
  M src/mark-compact.h
  M src/mark-compact.cc


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

Reply via email to