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

Issue 230553004: ARM64: Access has_pending_message_ correctly. (Closed)

Created:
6 years, 8 months ago by jbramley
Modified:
6 years, 8 months ago
CC:
v8-dev
Visibility:
Public.

Description

ARM64: Access has_pending_message_ correctly. This fixes accesses in ARM and ARM64; the field is a bool, with size 1, but we were accessing it with pointer-sized loads and stores. BUG= R=ulan@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=20771

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -4 lines) Patch
M src/arm/full-codegen-arm.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/arm64/full-codegen-arm64.cc View 2 chunks +4 lines, -2 lines 2 comments Download

Messages

Total messages: 5 (0 generated)
jbramley
The other back-ends have the same problem, but I don't know the proper way to ...
6 years, 8 months ago (2014-04-09 13:41:12 UTC) #1
ulan
https://codereview.chromium.org/230553004/diff/1/src/arm64/full-codegen-arm64.cc File src/arm64/full-codegen-arm64.cc (right): https://codereview.chromium.org/230553004/diff/1/src/arm64/full-codegen-arm64.cc#newcode4853 src/arm64/full-codegen-arm64.cc:4853: STATIC_ASSERT(sizeof(bool) == 1); // NOLINT(runtime/sizeof) On 2014/04/09 13:41:12, jbramley ...
6 years, 8 months ago (2014-04-09 13:51:47 UTC) #2
jbramley
On 2014/04/09 13:51:47, ulan wrote: > https://codereview.chromium.org/230553004/diff/1/src/arm64/full-codegen-arm64.cc > File src/arm64/full-codegen-arm64.cc (right): > > https://codereview.chromium.org/230553004/diff/1/src/arm64/full-codegen-arm64.cc#newcode4853 > ...
6 years, 8 months ago (2014-04-09 13:53:13 UTC) #3
ulan
lgtm I talked with Jochen. Both approaches are brittle. As you already mentioned making compiler ...
6 years, 8 months ago (2014-04-15 11:29:34 UTC) #4
jbramley
6 years, 8 months ago (2014-04-15 14:03:34 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 manually as r20771 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698