Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1262)

Issue 302633002: MIPS: Skip write barriers in the fast case when setting up local context. (Closed)

Created:
6 years, 7 months ago by kilvadyb
Modified:
6 years, 7 months ago
CC:
v8-dev
Base URL:
https://github.com/v8/v8.git@gbl
Visibility:
Public.

Description

MIPS: Skip write barriers in the fast case when setting up local context. Port r21481 (5973b48) Original commit message: The FastNewContextStub always allocates in new space, so we don't need to update the write barrier when copying the parameters to the newly allocated context. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -4 lines) Patch
M src/mips/full-codegen-mips.cc View 3 chunks +12 lines, -2 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 2 chunks +12 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
kilvadyb
6 years, 7 months ago (2014-05-26 11:10:55 UTC) #1
Paul Lind
lgtm
6 years, 7 months ago (2014-05-26 14:35:22 UTC) #2
Paul Lind
6 years, 7 months ago (2014-05-26 14:41:48 UTC) #3
Committed as r21500.

Powered by Google App Engine
This is Rietveld 408576698