Chromium Code Reviews

Issue 10977070: MIPS: Make the speed of incremental marking depend also on the rate at which we are hitting expensi… (Closed)

Created:
8 years, 2 months ago by palfia
Modified:
8 years, 2 months ago
Reviewers:
kisg, Paul Lind, Erik Corry, Michael Starzinger, danno
CC:
v8-dev
Visibility:
Public.

Description

MIPS: 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. Port r12618 (c621b025) BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=12740

Patch Set 1 #

Patch Set 2 : Rebased on r12646 #

Patch Set 3 : Rebased on r12737 #

Unified diffs Side-by-side diffs Stats (+10 lines, -0 lines)
M src/mips/code-stubs-mips.cc View 1 chunk +10 lines, -0 lines 0 comments

Messages

Total messages: 4 (0 generated)
palfia
8 years, 2 months ago (2012-09-28 00:50:39 UTC) #1
palfia
Rebased on r12646
8 years, 2 months ago (2012-10-02 01:33:22 UTC) #2
palfia
Rebased on r12737
8 years, 2 months ago (2012-10-16 00:07:25 UTC) #3
Michael Starzinger
8 years, 2 months ago (2012-10-16 08:22:04 UTC) #4
LGTM. Landing.

Powered by Google App Engine