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

Issue 24567003: Bug fix and cleanup of inlining of recognized [] methods. (Closed)

Created:
7 years, 2 months ago by Florian Schneider
Modified:
7 years, 2 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Bug fix and cleanup of inlining of recognized [] methods. 1. Fix a bug with polymorphic inlining of [] on platforms that don't support inlined SIMD ops (e.g. MIPS), or unboxed int32/uint32. (ia32 with SSE <4.1). 2. Cleanup of duplicate code. R=kmillikin@google.com Committed: https://code.google.com/p/dart/source/detail?r=28000

Patch Set 1 #

Total comments: 1

Patch Set 2 : removed invalid ASSERT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -42 lines) Patch
M runtime/vm/flow_graph_optimizer.cc View 1 3 chunks +18 lines, -38 lines 0 comments Download
M runtime/vm/object.cc View 2 chunks +1 line, -2 lines 0 comments Download
M tests/standalone/float_array_test.dart View 2 chunks +15 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Florian Schneider
7 years, 2 months ago (2013-09-25 12:08:25 UTC) #1
Florian Schneider
https://codereview.chromium.org/24567003/diff/1/runtime/vm/flow_graph_optimizer.cc File runtime/vm/flow_graph_optimizer.cc (right): https://codereview.chromium.org/24567003/diff/1/runtime/vm/flow_graph_optimizer.cc#newcode1072 runtime/vm/flow_graph_optimizer.cc:1072: if (!ShouldInlineSimd()) return false; This check was not performed ...
7 years, 2 months ago (2013-09-25 12:10:07 UTC) #2
Florian Schneider
Ping.
7 years, 2 months ago (2013-09-27 09:15:28 UTC) #3
Kevin Millikin (Google)
LGTM, sorry for the delay.
7 years, 2 months ago (2013-09-27 10:10:52 UTC) #4
Florian Schneider
7 years, 2 months ago (2013-09-27 10:27:53 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r28000 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698