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

Issue 2483153004: Build v8 snapshot with correct default float configuration on Linux ARM (Closed)

Created:
4 years, 1 month ago by rogerj
Modified:
4 years, 1 month ago
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Build v8 snapshot with correct default float configuration on Linux ARM V8 currently defaults to arm_float_abi="hard" and arm_use_neon=true but the V8 snapshot defaults to arm_float_abi="softfp" and arm_use_neon=false on Linux ARM builds. This patch makes both targets default to hard + neon by changing the "is simulator build" check from comparing current_cpu with v8_current_cpu to comparing target_cpu with v8_target_cpu instead. Similarly to how it is checked in v8/BUILD.gn. BUG=662856 Committed: https://crrev.com/2c53ba1d955a7da25dbf63829b8e7052e7bf0ceb Cr-Commit-Position: refs/heads/master@{#430776}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M build/config/arm.gni View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 14 (7 generated)
rogerj
4 years, 1 month ago (2016-11-08 13:01:10 UTC) #3
Dirk Pranke
lgtm
4 years, 1 month ago (2016-11-08 22:05:45 UTC) #4
Dirk Pranke
4 years, 1 month ago (2016-11-08 22:06:00 UTC) #6
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/2483153004/1
4 years, 1 month ago (2016-11-08 22:24:19 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 1 month ago (2016-11-09 00:01:00 UTC) #11
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/2c53ba1d955a7da25dbf63829b8e7052e7bf0ceb Cr-Commit-Position: refs/heads/master@{#430776}
4 years, 1 month ago (2016-11-09 00:08:18 UTC) #13
Michael Achenbach
4 years, 1 month ago (2016-11-09 07:53:40 UTC) #14
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698