Make the speed of incremental marking depend also on the rate
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 26 Sep 2012 11:35:42 +0000 (11:35 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 26 Sep 2012 11:35:42 +0000 (11:35 +0000)
commite8ffc2bebdc0a6543908009abfc3553458fea657
treed87c97cb3496a4fcd7cff520f8460e5740c5f0fe
parent16782af657daf56fea576b41c89d289e845defaa
Make the speed of incremental marking depend also on the rate
at which we are hitting expensive write barrier operations,
not just on the rate of allocation.
Review URL: https://chromiumcodereview.appspot.com/10974003

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12618 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/code-stubs-arm.cc
src/heap.cc
src/ia32/code-stubs-ia32.cc
src/incremental-marking-inl.h
src/incremental-marking.cc
src/incremental-marking.h
src/spaces.cc
src/spaces.h
src/x64/code-stubs-x64.cc