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

Issue 13471013: Flow graph SIMD changes (Closed)

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

Description

Flow graph SIMD changes Committed: https://code.google.com/p/dart/source/detail?r=20945

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -26 lines) Patch
M runtime/vm/flow_graph_allocator.h View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_allocator.cc View 1 3 chunks +21 lines, -9 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 3 chunks +31 lines, -5 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 3 chunks +31 lines, -5 lines 0 comments Download
M runtime/vm/locations.h View 1 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Cutch
Changes to allocator, ParallelMoveResolver::EmitMove, and ParallelMoveResolver::EmitSwap (IA32/x64) to support unboxed SIMD values.
7 years, 8 months ago (2013-04-02 22:52:04 UTC) #1
Cutch
$ ./tools/test.py -m all -a 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, 8 months ago (2013-04-02 22:55:03 UTC) #2
Vyacheslav Egorov (Google)
lgtm https://codereview.chromium.org/13471013/diff/1/runtime/vm/flow_graph_allocator.cc File runtime/vm/flow_graph_allocator.cc (right): https://codereview.chromium.org/13471013/diff/1/runtime/vm/flow_graph_allocator.cc#newcode1609 runtime/vm/flow_graph_allocator.cc:1609: location = Location::Float32x4StackSlot(cpu_spill_slot_count_ + slot_idx, moving this duplicated ...
7 years, 8 months ago (2013-04-03 14:25:45 UTC) #3
Cutch
https://codereview.chromium.org/13471013/diff/1/runtime/vm/flow_graph_allocator.cc File runtime/vm/flow_graph_allocator.cc (right): https://codereview.chromium.org/13471013/diff/1/runtime/vm/flow_graph_allocator.cc#newcode1609 runtime/vm/flow_graph_allocator.cc:1609: location = Location::Float32x4StackSlot(cpu_spill_slot_count_ + slot_idx, On 2013/04/03 14:25:45, Vyacheslav ...
7 years, 8 months ago (2013-04-04 22:24:06 UTC) #4
srdjan
LGTM https://codereview.chromium.org/13471013/diff/7001/runtime/vm/flow_graph_compiler.cc File runtime/vm/flow_graph_compiler.cc (right): https://codereview.chromium.org/13471013/diff/7001/runtime/vm/flow_graph_compiler.cc#newcode419 runtime/vm/flow_graph_compiler.cc:419: FlowGraphAllocator::kFpuRegisterSpillFactor; indent 4 spaces
7 years, 8 months ago (2013-04-04 23:03:32 UTC) #5
Cutch
https://codereview.chromium.org/13471013/diff/7001/runtime/vm/flow_graph_compiler.cc File runtime/vm/flow_graph_compiler.cc (right): https://codereview.chromium.org/13471013/diff/7001/runtime/vm/flow_graph_compiler.cc#newcode419 runtime/vm/flow_graph_compiler.cc:419: FlowGraphAllocator::kFpuRegisterSpillFactor; On 2013/04/04 23:03:32, srdjan wrote: > indent 4 ...
7 years, 8 months ago (2013-04-04 23:06:43 UTC) #6
Cutch
7 years, 8 months ago (2013-04-04 23:23:38 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r20945 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698