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

Issue 2021343002: [arm] Fix test failures on old architectures. (Closed)

Created:
4 years, 6 months ago by jbramley
Modified:
4 years, 6 months ago
CC:
v8-mips-ports_googlegroups.com, v8-ppc-ports_googlegroups.com, v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[arm] Fix test failures on old architectures. This mostly affects ARMv6, but also fixes some failures on ARMv7 when hardware integer division is not available. - Fix a case where a CodePatcher accumulates literal pool entries, but does not actually emit them. - Don't treat division as safe if we can't use the hardware instruction. Our fallback implementation returns the wrong result if the divisor is zero. - Support deoptimization tables bigger than 8 bits. (kMaxNumberOfEntries requires a 16-bit table index.) - Correct a TurboFan instruction encoding to encode the Operand2 mode. BUG= Committed: https://crrev.com/886b259e229572257e6271c3f6d1532c510e15ef Cr-Commit-Position: refs/heads/master@{#36636}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -41 lines) Patch
M src/arm/assembler-arm.cc View 2 chunks +13 lines, -4 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 2 chunks +45 lines, -13 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 2 chunks +7 lines, -9 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 3 chunks +38 lines, -11 lines 0 comments Download
M src/compiler/arm/instruction-selector-arm.cc View 2 chunks +9 lines, -4 lines 0 comments Download

Messages

Total messages: 15 (5 generated)
jbramley
4 years, 6 months ago (2016-05-31 15:29:33 UTC) #2
epertoso
lgtm
4 years, 6 months ago (2016-05-31 15:35:29 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2021343002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2021343002/1
4 years, 6 months ago (2016-06-01 08:05:49 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/16268)
4 years, 6 months ago (2016-06-01 08:11:23 UTC) #7
jbramley
On 2016/06/01 08:11:23, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 6 months ago (2016-06-01 08:27:10 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2021343002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2021343002/1
4 years, 6 months ago (2016-06-01 09:02:07 UTC) #10
epertoso
On 2016/06/01 at 08:27:10, jacob.bramley wrote: > On 2016/06/01 08:11:23, commit-bot: I haz the power ...
4 years, 6 months ago (2016-06-01 09:02:36 UTC) #11
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 6 months ago (2016-06-01 09:03:49 UTC) #12
jbramley
> https://codereview.chromium.org/2025273002 should have fixed the issue. It looks promising. Thanks!
4 years, 6 months ago (2016-06-01 09:03:53 UTC) #13
commit-bot: I haz the power
4 years, 6 months ago (2016-06-01 09:04:41 UTC) #15
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/886b259e229572257e6271c3f6d1532c510e15ef
Cr-Commit-Position: refs/heads/master@{#36636}

Powered by Google App Engine
This is Rietveld 408576698