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

Issue 11116011: Simulate and disasm NOP on ARM (Closed)

Created:
8 years, 2 months ago by JF
Modified:
8 years, 2 months ago
Reviewers:
ulan
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Fix formatting. #

Patch Set 3 : Go back to MOV for NOP instead of the actual NOP instruction: it doesn't actually have a perf benef… #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -3 lines) Patch
M src/arm/assembler-arm.cc View 1 2 1 chunk +7 lines, -3 lines 0 comments Download
M src/arm/constants-arm.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/disasm-arm.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/arm/simulator-arm.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
JF
PTAL. As discussed the generated code is the same, comment explains why we don't use ...
8 years, 2 months ago (2012-10-12 16:04:26 UTC) #1
ulan
LGTM, I will land it for you.
8 years, 2 months ago (2012-10-15 15:23:36 UTC) #2
ulan
8 years, 2 months ago (2012-10-15 15:39:32 UTC) #3
On 2012/10/15 15:23:36, ulan wrote:
> LGTM, I will land it for you.

I am changing the description to "Simulate and disasm NOP on ARM".

For the record the old description is

> Use ARMv7's encoding for NOP when available, instead of MOV x, x. 
> This doesn't seem to pay off, as the new NOP instruction has odd perf
semantics. 
> Simulate and disasm NOP.

Powered by Google App Engine
This is Rietveld 408576698