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

Issue 13867006: Inline binary Float32x4 ops. (Closed)

Created:
7 years, 8 months ago by Cutch
Modified:
7 years, 8 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 12

Patch Set 2 : #

Total comments: 8

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+236 lines, -7 lines) Patch
M runtime/vm/deopt_instructions.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/deopt_instructions.cc View 1 2 2 chunks +17 lines, -6 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 2 6 chunks +44 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_type_propagator.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/il_printer.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 2 3 3 chunks +56 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 2 1 chunk +27 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 1 chunk +28 lines, -0 lines 0 comments Download
M tests/lib/typeddata/float32x4_unbox_regress_test.dart View 1 3 chunks +28 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
Cutch
Slava, I'm wondering why I had to adjust my Unbox instructions to be different than ...
7 years, 8 months ago (2013-04-14 15:22:45 UTC) #1
Vyacheslav Egorov (Google)
LGTM with comments addressed. https://codereview.chromium.org/13867006/diff/1/runtime/vm/deopt_instructions.cc File runtime/vm/deopt_instructions.cc (right): https://codereview.chromium.org/13867006/diff/1/runtime/vm/deopt_instructions.cc#newcode825 runtime/vm/deopt_instructions.cc:825: intptr_t from_index = (from_loc.stack_index() < ...
7 years, 8 months ago (2013-04-15 11:09:35 UTC) #2
Cutch
$ ./tools/test.py -m all -a all --checked Test configurations: none_vm_debug_ia32_checked none_vm_release_ia32_checked none_vm_debug_x64_checked none_vm_release_x64_checked none_vm_debug_simarm_checked none_vm_release_simarm_checked ...
7 years, 8 months ago (2013-04-15 13:34:56 UTC) #3
Vyacheslav Egorov (Google)
lgtm https://codereview.chromium.org/13867006/diff/9001/runtime/vm/deopt_instructions.cc File runtime/vm/deopt_instructions.cc (right): https://codereview.chromium.org/13867006/diff/9001/runtime/vm/deopt_instructions.cc#newcode767 runtime/vm/deopt_instructions.cc:767: add empty line https://codereview.chromium.org/13867006/diff/9001/runtime/vm/flow_graph_optimizer.cc File runtime/vm/flow_graph_optimizer.cc (right): https://codereview.chromium.org/13867006/diff/9001/runtime/vm/flow_graph_optimizer.cc#newcode1092 ...
7 years, 8 months ago (2013-04-15 13:49:21 UTC) #4
Cutch
https://codereview.chromium.org/13867006/diff/9001/runtime/vm/deopt_instructions.cc File runtime/vm/deopt_instructions.cc (right): https://codereview.chromium.org/13867006/diff/9001/runtime/vm/deopt_instructions.cc#newcode767 runtime/vm/deopt_instructions.cc:767: On 2013/04/15 13:49:21, Vyacheslav Egorov (Google) wrote: > add ...
7 years, 8 months ago (2013-04-15 14:07:06 UTC) #5
Cutch
7 years, 8 months ago (2013-04-16 10:04:42 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 manually as r21541 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698