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

Issue 2800883002: Conservatively disable use of integer division on Android ARM64 devices. (Closed)

Created:
3 years, 8 months ago by rmacnak
Modified:
3 years, 8 months ago
Reviewers:
zra, jsimmons1
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Conservatively disable use of integer division on Android ARM64 devices. R=jsimmons@google.com Committed: https://github.com/dart-lang/sdk/commit/683077944b67ccd21dd656cf8fb573a45eaeb340

Patch Set 1 #

Patch Set 2 : . #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -4 lines) Patch
M runtime/vm/cpu_arm.cc View 1 1 chunk +14 lines, -4 lines 1 comment Download

Messages

Total messages: 6 (2 generated)
rmacnak
3 years, 8 months ago (2017-04-05 19:35:36 UTC) #2
jsimmons1
lgtm
3 years, 8 months ago (2017-04-05 19:37:52 UTC) #3
rmacnak
Committed patchset #2 (id:20001) manually as 683077944b67ccd21dd656cf8fb573a45eaeb340 (presubmit successful).
3 years, 8 months ago (2017-04-05 19:45:09 UTC) #5
zra
3 years, 8 months ago (2017-04-05 20:29:10 UTC) #6
Message was sent while issue was closed.
https://codereview.chromium.org/2800883002/diff/20001/runtime/vm/cpu_arm.cc
File runtime/vm/cpu_arm.cc (right):

https://codereview.chromium.org/2800883002/diff/20001/runtime/vm/cpu_arm.cc#n...
runtime/vm/cpu_arm.cc:216: bool is_android = false;
I'd prefer using OS::Name() over HOST_OS_ANDROID. And shouldn't it be
TARGET_OS_ANDROID, anyway?

Powered by Google App Engine
This is Rietveld 408576698