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

Issue 18118010: MIPS: Do not omit the write-barrier if the input value is a smi. (Closed)

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

Description

MIPS: Do not omit the write-barrier if the input value is a smi. Port r15573 (3954d53) Original commit message: ARM: Do not omit the write-barrier if the input value is a smi. The input value isn't what is written into the field if the representation is double. A heap-number is written to the field instead; which requires a write-barrier. BUG=chromium:254570

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -6 lines) Patch
M src/mips/stub-cache-mips.cc View 2 chunks +0 lines, -6 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
kilvadyb
7 years, 5 months ago (2013-07-09 14:26:08 UTC) #1
kisg
LGTM
7 years, 5 months ago (2013-07-09 14:53:21 UTC) #2
palfia
7 years, 5 months ago (2013-07-09 15:58:57 UTC) #3
Committed as r15577.

Powered by Google App Engine
This is Rietveld 408576698