summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
diff options
context:
space:
mode:
authorArtem Serov <artem.serov@linaro.org>2017-09-01 10:59:03 +0100
committerArtem Serov <artem.serov@linaro.org>2017-09-07 21:29:41 +0100
commitf26bb6c74a973fde3d2783ac35324d5ce8def814 (patch)
tree70149908a20503dfaf1276d04d561024f3441c6f /compiler/optimizing/graph_visualizer.cc
parent66e3af9ce5b3aaa43e5ce3bce8233235af139072 (diff)
ARM64: Tune SIMD loop unrolling factor heuristic.
Improve SIMD loop unrolling factor heuristic for ARM64 by accounting for max desired loop size, trip_count, etc. The following example shows 21% perf increase: for (int i = 0; i < LENGTH; i++) { bc[i] = ba[i]; // Byte arrays } Test: test-art-host, test-art-target. Change-Id: Ic587759c51aa4354df621ffb1c7ce4ebd798dfc1
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions