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

Issue 11962036: Fix a bug with store-to-load forwarding for typed arrays. (Closed)

Created:
7 years, 11 months ago by Florian Schneider
Modified:
7 years, 11 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix a bug with store-to-load forwarding for typed arrays. Stores to typed arrays implicitly convert the value stored. This CL disables store-to-load forwarding for these array stores. Normal arrays and float64 arrays can be still optimized as before (no conversion occurs on store) TEST=tests/language/int_array_load_elimination_test.dart Committed: https://code.google.com/p/dart/source/detail?r=17208

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -7 lines) Patch
M runtime/vm/flow_graph_optimizer.cc View 1 chunk +15 lines, -7 lines 0 comments Download
A tests/language/int_array_load_elimination_test.dart View 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Florian Schneider
7 years, 11 months ago (2013-01-17 13:55:00 UTC) #1
Vyacheslav Egorov (Google)
7 years, 11 months ago (2013-01-17 13:56:07 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698