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

Issue 14121004: ARM: VFP tweaks/optimisations. Further address slow FPSCR accesses. (Closed)

Created:
7 years, 8 months ago by Rodolph Perfetta
Modified:
7 years, 8 months ago
Reviewers:
hans, ulan, danno
CC:
v8-dev
Visibility:
Public.

Description

ARM: VFP tweaks/optimisations. Further address slow FPSCR accesses. BUG=none TEST=none Committed: https://code.google.com/p/v8/source/detail?r=14311

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -28 lines) Patch
M src/arm/lithium-codegen-arm.cc View 4 chunks +31 lines, -28 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
Rodolph Perfetta
7 years, 8 months ago (2013-04-12 12:11:14 UTC) #1
ulan
https://codereview.chromium.org/14121004/diff/1/src/arm/lithium-codegen-arm.cc File src/arm/lithium-codegen-arm.cc (right): https://codereview.chromium.org/14121004/diff/1/src/arm/lithium-codegen-arm.cc#newcode2109 src/arm/lithium-codegen-arm.cc:2109: if (!left_reg.is(result_reg)) { Why do we need this "if" ...
7 years, 8 months ago (2013-04-17 14:30:40 UTC) #2
ulan
7 years, 8 months ago (2013-04-17 14:45:46 UTC) #3
> If left_reg is result_reg, "Move(result_reg, left_reg);" won't generate any
code. So, it's no use to do a jump over nothing.
I see, thanks. LGTM.

Powered by Google App Engine
This is Rietveld 408576698