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

Issue 12082063: Enable correct optimized double modulo operation. (TODO: enable remainder optimization). (Closed)

Created:
7 years, 10 months ago by srdjan
Modified:
7 years, 10 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Enable correct optimized double modulo operation. (TODO: enable remainder optimization). Committed: https://code.google.com/p/dart/source/detail?r=17859

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -18 lines) Patch
M runtime/lib/double.cc View 1 2 3 4 2 chunks +2 lines, -13 lines 0 comments Download
M runtime/vm/code_generator.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/code_generator.cc View 1 2 3 4 1 chunk +16 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
srdjan
7 years, 10 months ago (2013-01-30 01:13:14 UTC) #1
Vyacheslav Egorov (Google)
https://codereview.chromium.org/12082063/diff/6001/runtime/vm/intermediate_language.cc File runtime/vm/intermediate_language.cc (right): https://codereview.chromium.org/12082063/diff/6001/runtime/vm/intermediate_language.cc#newcode2723 runtime/vm/intermediate_language.cc:2723: static_cast<BinaryMathCFunction>(&fmod)), 0, true); How about declaring C function: double ...
7 years, 10 months ago (2013-01-30 01:21:21 UTC) #2
srdjan
PTAL https://codereview.chromium.org/12082063/diff/6001/runtime/vm/intermediate_language.cc File runtime/vm/intermediate_language.cc (right): https://codereview.chromium.org/12082063/diff/6001/runtime/vm/intermediate_language.cc#newcode2723 runtime/vm/intermediate_language.cc:2723: static_cast<BinaryMathCFunction>(&fmod)), 0, true); Excellent! Done. On 2013/01/30 01:21:21, ...
7 years, 10 months ago (2013-01-30 17:25:07 UTC) #3
Vyacheslav Egorov (Google)
7 years, 10 months ago (2013-01-30 17:26:20 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698