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

Issue 220723017: Add optimization for pow(base, 0.5) to the other architectures as well. (Closed)

Created:
6 years, 8 months ago by srdjan
Modified:
6 years, 8 months ago
Reviewers:
zra
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Add optimization for pow(base, 0.5) to the other architectures as well. R=zra@google.com Committed: https://code.google.com/p/dart/source/detail?r=34717

Patch Set 1 #

Total comments: 28

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+161 lines, -61 lines) Patch
M runtime/vm/intermediate_language_arm.cc View 1 1 chunk +53 lines, -14 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 1 chunk +46 lines, -18 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 1 chunk +53 lines, -24 lines 0 comments Download
M tests/lib/math/double_pow_test.dart View 1 3 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
srdjan
6 years, 8 months ago (2014-04-03 16:02:37 UTC) #1
zra
lgtm with small fixes. https://codereview.chromium.org/220723017/diff/1/runtime/vm/intermediate_language_arm.cc File runtime/vm/intermediate_language_arm.cc (right): https://codereview.chromium.org/220723017/diff/1/runtime/vm/intermediate_language_arm.cc#newcode4954 runtime/vm/intermediate_language_arm.cc:4954: __ LoadObject(temp, Double::ZoneHandle(Double::NewCanonical(0))); __ LoadDImmediate(DTMP, ...
6 years, 8 months ago (2014-04-03 17:04:46 UTC) #2
srdjan
Thanks. https://codereview.chromium.org/220723017/diff/1/runtime/vm/intermediate_language_arm.cc File runtime/vm/intermediate_language_arm.cc (right): https://codereview.chromium.org/220723017/diff/1/runtime/vm/intermediate_language_arm.cc#newcode4954 runtime/vm/intermediate_language_arm.cc:4954: __ LoadObject(temp, Double::ZoneHandle(Double::NewCanonical(0))); On 2014/04/03 17:04:46, zra wrote: ...
6 years, 8 months ago (2014-04-03 19:33:18 UTC) #3
srdjan
6 years, 8 months ago (2014-04-03 19:44:23 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r34717 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698