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

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

Created:
7 years, 5 months ago by Toon Verwaest
Modified:
7 years, 5 months ago
Reviewers:
ulan
CC:
v8-dev
Visibility:
Public.

Description

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 R=ulan@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15573

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
Toon Verwaest
PTAL
7 years, 5 months ago (2013-07-09 11:59:16 UTC) #1
ulan
LGTM
7 years, 5 months ago (2013-07-09 12:23:32 UTC) #2
Toon Verwaest
7 years, 5 months ago (2013-07-09 12:32:04 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r15573 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698