Addressed comments.
https://chromiumcodereview.appspot.com/10816007/diff/1/src/incremental-marking.cc File src/incremental-marking.cc (right): https://chromiumcodereview.appspot.com/10816007/diff/1/src/incremental-marking.cc#newcode882 src/incremental-marking.cc:882: JSFunction::kNonWeakFieldsEndOffset)); On 2012/07/23 13:10:21, Toon Verwaest wrote:
Is this the same as IncrementalMarkingMarkingVisitor::VisitJSFunction?
Done. Yes, it's should be the same. Changed so that the static visitor is used here as well. https://chromiumcodereview.appspot.com/10816007/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
