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

Issue 192573008: Inline Float64x2 methods with zero arguments (Closed)

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

Description

Inline Float64x2 methods with zero arguments BUG= R=srdjan@google.com, zra@google.com Committed: https://code.google.com/p/dart/source/detail?r=33504

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+263 lines, -0 lines) Patch
M runtime/vm/flow_graph_optimizer.cc View 1 2 chunks +23 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_type_propagator.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M runtime/vm/il_printer.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 4 chunks +60 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 1 chunk +67 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 chunk +42 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 5 chunks +15 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 chunk +42 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Cutch
6 years, 9 months ago (2014-03-10 20:35:43 UTC) #1
zra
arm/mips lgtm with small fix https://codereview.chromium.org/192573008/diff/1/runtime/vm/intermediate_language_arm.cc File runtime/vm/intermediate_language_arm.cc (right): https://codereview.chromium.org/192573008/diff/1/runtime/vm/intermediate_language_arm.cc#newcode4034 runtime/vm/intermediate_language_arm.cc:4034: summary->set_in(0, Location::RequiresFpuRegister()); Location::RequiresFpuRegister(Q6) if ...
6 years, 9 months ago (2014-03-10 20:43:38 UTC) #2
srdjan
lgtm https://codereview.chromium.org/192573008/diff/1/runtime/vm/flow_graph_optimizer.cc File runtime/vm/flow_graph_optimizer.cc (right): https://codereview.chromium.org/192573008/diff/1/runtime/vm/flow_graph_optimizer.cc#newcode7985 runtime/vm/flow_graph_optimizer.cc:7985: void ConstantPropagator::VisitFloat64x2ZeroArg(Float64x2ZeroArgInstr* instr) { Add a TODO to ...
6 years, 9 months ago (2014-03-10 20:45:57 UTC) #3
Cutch
https://codereview.chromium.org/192573008/diff/1/runtime/vm/flow_graph_optimizer.cc File runtime/vm/flow_graph_optimizer.cc (right): https://codereview.chromium.org/192573008/diff/1/runtime/vm/flow_graph_optimizer.cc#newcode7985 runtime/vm/flow_graph_optimizer.cc:7985: void ConstantPropagator::VisitFloat64x2ZeroArg(Float64x2ZeroArgInstr* instr) { On 2014/03/10 20:45:58, srdjan wrote: ...
6 years, 9 months ago (2014-03-10 20:52:46 UTC) #4
Cutch
6 years, 9 months ago (2014-03-10 20:58:13 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r33504 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698