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

Issue 627103005: Unrolls array initialization loop for small arrays. (Closed)

Created:
6 years, 2 months ago by zra
Modified:
6 years, 2 months ago
Reviewers:
regis
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Unrolls array initialization loop for small arrays. This is similar to what is already done for object field initializaion, and gives a small performance improvement on ARM. R=regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=40961

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+165 lines, -34 lines) Patch
M runtime/vm/flow_graph_optimizer.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 2 chunks +27 lines, -12 lines 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 2 chunks +89 lines, -4 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 2 chunks +17 lines, -6 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 2 chunks +15 lines, -6 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 2 chunks +16 lines, -6 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
zra
6 years, 2 months ago (2014-10-06 19:34:21 UTC) #2
regis
LGTM
6 years, 2 months ago (2014-10-07 07:22:48 UTC) #3
zra
6 years, 2 months ago (2014-10-07 16:26:24 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as r40961 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698