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

Issue 2901383004: [instruction scheduler] fix ArchDebugBreak. (Closed)

Created:
3 years, 7 months ago by Rodolph Perfetta (ARM)
Modified:
3 years, 6 months ago
Reviewers:
Jarin
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[instruction scheduler] fix ArchDebugBreak. In TurboFan the ArchDebugBreak opcode is not used for debugging but to force a crash in unreachable or unimplemented code path. The opcode was marked as having no side effects allowing the scheduler to bring it "up" with unfortunate consequences. This patch also update the behaviour of assembler::debug when not using the simulator. Review-Url: https://codereview.chromium.org/2901383004 Cr-Commit-Position: refs/heads/master@{#45608} Committed: https://chromium.googlesource.com/v8/v8/+/f56a48e86f662b6a29df26027f3444f696d9622c

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -3 lines) Patch
M src/arm64/assembler-arm64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm64/simulator-arm64.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/compiler/instruction-scheduler.cc View 2 chunks +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (5 generated)
Rodolph Perfetta (ARM)
3 years, 7 months ago (2017-05-25 22:15:12 UTC) #3
Jarin
lgtm. Thanks!
3 years, 6 months ago (2017-05-29 06:29:21 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2901383004/1
3 years, 6 months ago (2017-05-30 14:14:46 UTC) #6
commit-bot: I haz the power
3 years, 6 months ago (2017-05-30 14:44:13 UTC) #9
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/v8/v8/+/f56a48e86f662b6a29df26027f3444f696d...

Powered by Google App Engine
This is Rietveld 408576698