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

Issue 2628043006: Fix simarm64 bugs on Windows. (Closed)

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

Description

Fix simarm64 bugs on Windows. This fixes build errors and crashes when building simarm64 on Windows: 1. __int128 is not supported by Visual Studio. Use Multiply128 instead on Windows. 2. UL is 32-bit - replace with ULL when doing 64-bit math. R=zra@google.com Committed: https://github.com/dart-lang/sdk/commit/050d2e3df932daf8a48989aff9a061a4e127f87c

Patch Set 1 #

Total comments: 8

Patch Set 2 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -6 lines) Patch
M runtime/vm/assembler_arm64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/constants_arm64.h View 4 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/simulator_arm64.cc View 1 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Florian Schneider
3 years, 11 months ago (2017-01-13 20:14:22 UTC) #2
zra
lgtm with nits Good find! https://codereview.chromium.org/2628043006/diff/1/runtime/vm/simulator_arm64.cc File runtime/vm/simulator_arm64.cc (right): https://codereview.chromium.org/2628043006/diff/1/runtime/vm/simulator_arm64.cc#newcode2660 runtime/vm/simulator_arm64.cc:2660: // Visual Studio does ...
3 years, 11 months ago (2017-01-13 20:21:07 UTC) #3
Florian Schneider
https://codereview.chromium.org/2628043006/diff/1/runtime/vm/simulator_arm64.cc File runtime/vm/simulator_arm64.cc (right): https://codereview.chromium.org/2628043006/diff/1/runtime/vm/simulator_arm64.cc#newcode2660 runtime/vm/simulator_arm64.cc:2660: // Visual Studio does not support __int128 On 2017/01/13 ...
3 years, 11 months ago (2017-01-13 20:24:15 UTC) #4
Florian Schneider
3 years, 11 months ago (2017-01-13 20:30:18 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
050d2e3df932daf8a48989aff9a061a4e127f87c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698