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

Issue 237313004: Improve double pow performance for few simple exponents (0.0, 1.0, 2.0, 3.0). (Closed)

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

Description

Improve double pow performance for few simple exponents (0.0, 1.0, 2.0, 3.0). R=iposva@google.com, johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=35035

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -1 line) Patch
M runtime/lib/math_patch.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 chunk +1 line, -1 line 2 comments Download

Messages

Total messages: 5 (0 generated)
srdjan
6 years, 8 months ago (2014-04-14 17:48:17 UTC) #1
Cutch
lgtm https://codereview.chromium.org/237313004/diff/1/runtime/vm/intermediate_language.h File runtime/vm/intermediate_language.h (right): https://codereview.chromium.org/237313004/diff/1/runtime/vm/intermediate_language.h#newcode92 runtime/vm/intermediate_language.h:92: V(::, _doublePow, MathDoublePow, 2098142859) \ Just curious, why ...
6 years, 8 months ago (2014-04-14 17:50:05 UTC) #2
srdjan
https://codereview.chromium.org/237313004/diff/1/runtime/vm/intermediate_language.h File runtime/vm/intermediate_language.h (right): https://codereview.chromium.org/237313004/diff/1/runtime/vm/intermediate_language.h#newcode92 runtime/vm/intermediate_language.h:92: V(::, _doublePow, MathDoublePow, 2098142859) \ On 2014/04/14 17:50:05, Cutch ...
6 years, 8 months ago (2014-04-14 17:53:32 UTC) #3
Ivan Posva
LGTM -ip
6 years, 8 months ago (2014-04-14 17:58:46 UTC) #4
srdjan
6 years, 8 months ago (2014-04-14 18:04:55 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 manually as r35035 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698