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

Issue 12871015: SIMD plumbing (Closed)

Created:
7 years, 9 months ago by Cutch
Modified:
7 years, 9 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Fix FPU register move instruction on x64 #

Total comments: 8

Patch Set 3 : vegorov DBC #

Total comments: 2

Patch Set 4 : Merge #

Total comments: 2

Patch Set 5 : s/materialize/Materialize #

Unified diffs Side-by-side diffs Delta from patch set Stats (+499 lines, -190 lines) Patch
M runtime/lib/byte_array.cc View 4 chunks +8 lines, -7 lines 0 comments Download
M runtime/platform/globals.h View 3 chunks +42 lines, -27 lines 0 comments Download
M runtime/vm/code_generator.cc View 1 2 3 4 4 chunks +13 lines, -35 lines 0 comments Download
M runtime/vm/deopt_instructions.h View 1 2 3 3 chunks +12 lines, -3 lines 0 comments Download
runtime/vm/deopt_instructions.cc View 1 2 3 4 chunks +147 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 1 2 3 2 chunks +7 lines, -7 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 2 3 2 chunks +7 lines, -7 lines 0 comments Download
M runtime/vm/isolate.h View 1 2 3 4 5 chunks +96 lines, -30 lines 0 comments Download
M runtime/vm/isolate.cc View 1 2 3 4 3 chunks +57 lines, -3 lines 0 comments Download
M runtime/vm/locations.h View 1 2 3 7 chunks +43 lines, -12 lines 0 comments Download
M runtime/vm/locations.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 1 2 3 9 chunks +21 lines, -24 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 8 chunks +19 lines, -20 lines 0 comments Download
M runtime/vm/raw_object.h View 1 2 3 4 chunks +12 lines, -2 lines 0 comments Download
M runtime/vm/raw_object_snapshot.cc View 1 2 3 2 chunks +7 lines, -7 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Cutch
Lays the ground work for supporting Float32x4 and Uint32x4 in optimizer. ../tools/test.py -m all -a ...
7 years, 9 months ago (2013-03-16 23:22:39 UTC) #1
Vyacheslav Egorov (Google)
Some DBC. https://codereview.chromium.org/12871015/diff/2001/runtime/vm/flow_graph_compiler_ia32.cc File runtime/vm/flow_graph_compiler_ia32.cc (right): https://codereview.chromium.org/12871015/diff/2001/runtime/vm/flow_graph_compiler_ia32.cc#newcode1346 runtime/vm/flow_graph_compiler_ia32.cc:1346: __ movups(Address(ESP, offset), xmm_reg); I wonder how ...
7 years, 9 months ago (2013-03-17 18:17:10 UTC) #2
Cutch
https://codereview.chromium.org/12871015/diff/2001/runtime/vm/flow_graph_compiler_ia32.cc File runtime/vm/flow_graph_compiler_ia32.cc (right): https://codereview.chromium.org/12871015/diff/2001/runtime/vm/flow_graph_compiler_ia32.cc#newcode1346 runtime/vm/flow_graph_compiler_ia32.cc:1346: __ movups(Address(ESP, offset), xmm_reg); On 2013/03/17 18:17:10, Vyacheslav Egorov ...
7 years, 9 months ago (2013-03-17 21:52:37 UTC) #3
Cutch
$ ./tools/test.py -a ia32,x64,simarm,simmips -m all Test configurations: none_vm_debug_ia32 none_vm_release_ia32 none_vm_debug_x64 none_vm_release_x64 none_vm_debug_simarm none_vm_release_simarm none_vm_debug_simmips ...
7 years, 9 months ago (2013-03-17 23:35:34 UTC) #4
srdjan
Some initial comments before moving to the new CL. https://codereview.chromium.org/12871015/diff/7001/runtime/vm/deopt_instructions.h File runtime/vm/deopt_instructions.h (right): https://codereview.chromium.org/12871015/diff/7001/runtime/vm/deopt_instructions.h#newcode56 runtime/vm/deopt_instructions.h:56: ...
7 years, 9 months ago (2013-03-19 20:48:45 UTC) #5
Cutch
https://codereview.chromium.org/12871015/diff/7001/runtime/vm/deopt_instructions.h File runtime/vm/deopt_instructions.h (right): https://codereview.chromium.org/12871015/diff/7001/runtime/vm/deopt_instructions.h#newcode56 runtime/vm/deopt_instructions.h:56: return *reinterpret_cast<double*>(&fpu_registers_copy_[reg]); On 2013/03/19 20:48:45, srdjan wrote: > Is ...
7 years, 9 months ago (2013-03-19 21:48:33 UTC) #6
srdjan
lgtm
7 years, 9 months ago (2013-03-19 21:58:25 UTC) #7
Cutch
Test suite from latest: ../tools/test.py -m all -a ia32,x64,simmips,simarm Test configurations: none_vm_debug_ia32 none_vm_release_ia32 none_vm_debug_x64 none_vm_release_x64 ...
7 years, 9 months ago (2013-03-20 19:48:47 UTC) #8
Cutch
7 years, 9 months ago (2013-03-20 20:29:14 UTC) #9
Message was sent while issue was closed.
Committed patchset #5 manually as r20287 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698