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

Issue 2341683003: DBC: Double converstion instructions (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : Comments #

Patch Set 3 : Fix FloatToDouble #

Total comments: 4

Patch Set 4 : Float32 typed data stores. Cleanup. #

Total comments: 4

Patch Set 5 : Cleanup #

Patch Set 6 : Use uint64_t #

Unified diffs Side-by-side diffs Delta from patch set Stats (+247 lines, -16 lines) Patch
M runtime/vm/constants_dbc.h View 1 2 3 6 chunks +26 lines, -4 lines 0 comments Download
M runtime/vm/intermediate_language_dbc.cc View 1 2 3 6 chunks +77 lines, -3 lines 0 comments Download
M runtime/vm/simulator_dbc.cc View 1 2 3 4 5 8 chunks +144 lines, -9 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
zra
This fixes bailouts for Flutter, but doesn't have a measurable performance improvement. The same functions ...
4 years, 3 months ago (2016-09-14 22:52:53 UTC) #2
Florian Schneider
Lgtm. You will get the full performance benefit only if you also add the corresponding ...
4 years, 3 months ago (2016-09-15 02:02:26 UTC) #3
zra
https://codereview.chromium.org/2341683003/diff/40001/runtime/vm/intermediate_language_dbc.cc File runtime/vm/intermediate_language_dbc.cc (right): https://codereview.chromium.org/2341683003/diff/40001/runtime/vm/intermediate_language_dbc.cc#newcode1616 runtime/vm/intermediate_language_dbc.cc:1616: EMIT_NATIVE_CODE(DoubleToFloat, 1, Location::RequiresRegister()) { On 2016/09/15 02:02:26, Florian Schneider ...
4 years, 3 months ago (2016-09-15 15:09:31 UTC) #4
Florian Schneider
Lgtm https://codereview.chromium.org/2341683003/diff/60001/runtime/vm/simulator_dbc.cc File runtime/vm/simulator_dbc.cc (right): https://codereview.chromium.org/2341683003/diff/60001/runtime/vm/simulator_dbc.cc#newcode2012 runtime/vm/simulator_dbc.cc:2012: const int64_t value64 = value; uint64_t? https://codereview.chromium.org/2341683003/diff/60001/runtime/vm/simulator_dbc.cc#newcode2025 runtime/vm/simulator_dbc.cc:2025: ...
4 years, 3 months ago (2016-09-15 16:05:45 UTC) #5
zra
https://codereview.chromium.org/2341683003/diff/60001/runtime/vm/simulator_dbc.cc File runtime/vm/simulator_dbc.cc (right): https://codereview.chromium.org/2341683003/diff/60001/runtime/vm/simulator_dbc.cc#newcode2012 runtime/vm/simulator_dbc.cc:2012: const int64_t value64 = value; On 2016/09/15 16:05:45, Florian ...
4 years, 3 months ago (2016-09-15 16:18:21 UTC) #6
zra
4 years, 3 months ago (2016-09-15 16:18:36 UTC) #8
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as
bc1dc06687c5b7ee74ad2d919f41b85e0717113c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698