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

Issue 270743004: Refactor and improve code for pow. (Closed)

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

Description

Refactor and improve code for pow. R=zra@google.com Committed: https://code.google.com/p/dart/source/detail?r=35946

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 11

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+617 lines, -333 lines) Patch
M runtime/lib/math_patch.dart View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/lib/typed_data.dart View 1 2 3 4 1 chunk +2 lines, -4 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 2 3 4 3 chunks +124 lines, -64 lines 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 1 2 3 4 1 chunk +106 lines, -61 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 2 3 4 1 chunk +133 lines, -71 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 2 3 4 1 chunk +108 lines, -58 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 2 3 4 1 chunk +136 lines, -73 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
srdjan
6 years, 7 months ago (2014-05-08 18:02:38 UTC) #1
zra
lgtm https://codereview.chromium.org/270743004/diff/50001/runtime/vm/intermediate_language_arm.cc File runtime/vm/intermediate_language_arm.cc (right): https://codereview.chromium.org/270743004/diff/50001/runtime/vm/intermediate_language_arm.cc#newcode5143 runtime/vm/intermediate_language_arm.cc:5143: const DRegister saved_base = EvenDRegisterOf(locs->temp(1).fpu_reg()); Now that I ...
6 years, 7 months ago (2014-05-08 19:07:57 UTC) #2
srdjan
Thanks https://codereview.chromium.org/270743004/diff/50001/runtime/vm/intermediate_language_arm.cc File runtime/vm/intermediate_language_arm.cc (right): https://codereview.chromium.org/270743004/diff/50001/runtime/vm/intermediate_language_arm.cc#newcode5143 runtime/vm/intermediate_language_arm.cc:5143: const DRegister saved_base = EvenDRegisterOf(locs->temp(1).fpu_reg()); On 2014/05/08 19:07:57, ...
6 years, 7 months ago (2014-05-08 22:15:31 UTC) #3
srdjan
6 years, 7 months ago (2014-05-08 22:18:10 UTC) #4
Message was sent while issue was closed.
Committed patchset #5 manually as r35946 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698