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

Issue 172653002: Unbox/Box Float64x2 and inline typed array loads and stores (Closed)

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

Description

Unbox/Box Float64x2 and inline typed array loads and stores R=fschneider@google.com Committed: https://code.google.com/p/dart/source/detail?r=32869

Patch Set 1 #

Total comments: 12

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+761 lines, -48 lines) Patch
M runtime/vm/deferred_objects.h View 1 chunk +17 lines, -0 lines 0 comments Download
M runtime/vm/deferred_objects.cc View 1 chunk +14 lines, -0 lines 0 comments Download
M runtime/vm/deopt_instructions.h View 2 chunks +10 lines, -0 lines 0 comments Download
M runtime/vm/deopt_instructions.cc View 1 6 chunks +71 lines, -4 lines 0 comments Download
M runtime/vm/flow_graph_allocator.cc View 3 chunks +6 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_compiler.h View 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 2 13 chunks +98 lines, -14 lines 0 comments Download
M runtime/vm/flow_graph_type_propagator.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language.h View 5 chunks +77 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 chunk +24 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 18 chunks +142 lines, -17 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 10 chunks +107 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 chunk +22 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 10 chunks +107 lines, -6 lines 0 comments Download
M runtime/vm/locations.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/object.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 chunks +11 lines, -0 lines 0 comments Download
tests/lib/typed_data/float64x2_functional_test.dart View 1 2 1 chunk +1 line, -2 lines 0 comments Download
A tests/lib/typed_data/float64x2_typed_list_test.dart View 1 2 1 chunk +33 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Cutch
+zra for the curlies and the ARM/MIPS changes.
6 years, 10 months ago (2014-02-19 18:00:02 UTC) #1
Florian Schneider
Lgtm. https://codereview.chromium.org/172653002/diff/1/runtime/vm/flow_graph_optimizer.cc File runtime/vm/flow_graph_optimizer.cc (right): https://codereview.chromium.org/172653002/diff/1/runtime/vm/flow_graph_optimizer.cc#newcode1303 runtime/vm/flow_graph_optimizer.cc:1303: } I think reformatting like this make the ...
6 years, 10 months ago (2014-02-20 15:54:43 UTC) #2
Cutch
https://codereview.chromium.org/172653002/diff/1/runtime/vm/intermediate_language_arm.cc File runtime/vm/intermediate_language_arm.cc (right): https://codereview.chromium.org/172653002/diff/1/runtime/vm/intermediate_language_arm.cc#newcode992 runtime/vm/intermediate_language_arm.cc:992: __ LoadDFromOffset(dresult0, index.reg(), 0); On 2014/02/20 15:54:44, Florian Schneider ...
6 years, 10 months ago (2014-02-20 19:33:11 UTC) #3
Cutch
Committed patchset #3 manually as r32869 (presubmit successful).
6 years, 10 months ago (2014-02-20 20:42:11 UTC) #4
zra
6 years, 10 months ago (2014-02-20 22:46:40 UTC) #5
Message was sent while issue was closed.
Test fails on ARM hardware.

https://codereview.chromium.org/172653002/diff/1/runtime/vm/intermediate_lang...
File runtime/vm/intermediate_language_arm.cc (right):

https://codereview.chromium.org/172653002/diff/1/runtime/vm/intermediate_lang...
runtime/vm/intermediate_language_arm.cc:3094: Float32x4::value_offset() -
kHeapObjectTag);
Is this supposed to be Float64x2::value_offset()?

Powered by Google App Engine
This is Rietveld 408576698