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

Issue 447793003: VM: Micro-optimization of inline array allocation code. (Closed)

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

Description

VM: Micro-optimization of inline array allocation code. The loop initializing a newly allocated array now has only one branch, instead of two per iteration. Removed some dead code from flowgraph.cc/.h. R=johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=39092

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -43 lines) Patch
M runtime/vm/flow_graph.h View 2 chunks +0 lines, -7 lines 0 comments Download
M runtime/vm/flow_graph.cc View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 chunk +10 lines, -8 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 chunk +12 lines, -10 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 chunk +10 lines, -8 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 chunk +11 lines, -9 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Florian Schneider
6 years, 4 months ago (2014-08-07 10:38:22 UTC) #1
Florian Schneider
On 2014/08/07 10:38:22, Florian Schneider wrote: Ping.
6 years, 4 months ago (2014-08-11 09:05:42 UTC) #2
Cutch
lgtm
6 years, 4 months ago (2014-08-11 14:37:17 UTC) #3
Florian Schneider
6 years, 4 months ago (2014-08-11 15:59:09 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r39092 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698