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

Issue 898093003: Make instruction counter in simulators 64-bit (issue 22302). (Closed)

Created:
5 years, 10 months ago by regis
Modified:
5 years, 10 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Make instruction counter in simulators 64-bit (issue 22302). This requires supporting uint64_t flag values. R=zra@google.com Committed: https://code.google.com/p/dart/source/detail?r=43660

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -62 lines) Patch
M runtime/vm/flags.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/flags.cc View 1 2 6 chunks +39 lines, -0 lines 0 comments Download
M runtime/vm/simulator_arm.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/simulator_arm.cc View 1 2 8 chunks +13 lines, -17 lines 0 comments Download
M runtime/vm/simulator_arm64.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/simulator_arm64.cc View 1 2 8 chunks +14 lines, -18 lines 0 comments Download
M runtime/vm/simulator_mips.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/simulator_mips.cc View 1 2 9 chunks +17 lines, -21 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
regis
One potential issue: is ULLONG_MAX defined on all platforms (Mac, Windows, MIPS, ARM, ...)? The ...
5 years, 10 months ago (2015-02-07 00:08:42 UTC) #2
Cutch
On 2015/02/07 00:08:42, regis wrote: > One potential issue: is ULLONG_MAX defined on all platforms ...
5 years, 10 months ago (2015-02-09 04:08:41 UTC) #3
Florian Schneider
dbc: would it be enough to just use int64_t internally in the simulators, but leave ...
5 years, 10 months ago (2015-02-09 11:21:17 UTC) #5
regis
On 2015/02/09 04:08:41, Cutch wrote: > On 2015/02/07 00:08:42, regis wrote: > > One potential ...
5 years, 10 months ago (2015-02-09 21:05:17 UTC) #6
regis
On 2015/02/09 11:21:17, Florian Schneider wrote: > dbc: would it be enough to just use ...
5 years, 10 months ago (2015-02-09 21:07:02 UTC) #7
regis
PTAL
5 years, 10 months ago (2015-02-09 21:07:14 UTC) #8
zra
lgtm
5 years, 10 months ago (2015-02-10 16:56:06 UTC) #9
regis
Thanks! I'll keep an eye on the buildbots to see if ULLONG_MAX is declared on ...
5 years, 10 months ago (2015-02-10 17:40:20 UTC) #11
regis
5 years, 10 months ago (2015-02-10 17:41:18 UTC) #12
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as r43660 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698