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

Issue 549083004: Revert r23732 ("ARM64: Fix and improve --trace-sim register trace.") and r23733 ("ARM64: Fix build … (Closed)

Created:
6 years, 3 months ago by Sven Panne
Modified:
6 years, 3 months ago
Reviewers:
Yang
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Revert r23732 ("ARM64: Fix and improve --trace-sim register trace.") and r23733 ("ARM64: Fix build warning in r23732.) They break the build when compiling with optimizations, e.g. optdebug: ../src/arm64/simulator-arm64.cc: In member function ‘void v8::internal::Simulator::PrintWriteFP(uintptr_t, size_t, unsigned int)’: ../src/arm64/simulator-arm64.cc:792:29: error: array subscript is above array bounds [-Werror=array-bounds] ../src/arm64/simulator-arm64.cc:799:29: error: array subscript is above array bounds [-Werror=array-bounds] TBR=yangguo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=23765

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+227 lines, -470 lines) Patch
M src/arm64/disasm-arm64.cc View 1 chunk +1 line, -3 lines 0 comments Download
M src/arm64/instructions-arm64.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm64/simulator-arm64.h View 9 chunks +40 lines, -111 lines 0 comments Download
M src/arm64/simulator-arm64.cc View 28 chunks +184 lines, -354 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Sven Panne
Committed patchset #1 (id:1) manually as 23765.
6 years, 3 months ago (2014-09-08 08:23:13 UTC) #1
Yang
6 years, 3 months ago (2014-09-08 08:25:57 UTC) #2
Message was sent while issue was closed.
On 2014/09/08 08:23:13, Sven Panne wrote:
> Committed patchset #1 (id:1) manually as 23765.

lgtm.

Powered by Google App Engine
This is Rietveld 408576698