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

Issue 12779007: Fix bug in optimized byte array views on tranferable backing stores. (Closed)

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

Description

Fix bug in optimized byte array views on tranferable backing stores. This affects views when using scalarlist: The code generated did not take the receiver class into account correctly, so it only works for internal byte arrays. For now, I just disable optimization for external backing stores. The optimization will be added again for TypedDataViews in a future CL. TEST=tests/standalone/byte_array_view_optimized_test.dart Committed: https://code.google.com/p/dart/source/detail?r=20036

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -4 lines) Patch
M runtime/vm/flow_graph_optimizer.cc View 2 chunks +2 lines, -4 lines 0 comments Download
A tests/standalone/byte_array_view_optimized_test.dart View 1 chunk +19 lines, -0 lines 0 comments Download
M tests/standalone/standalone.status View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Florian Schneider
7 years, 9 months ago (2013-03-14 15:49:11 UTC) #1
siva
lgtm
7 years, 9 months ago (2013-03-14 15:51:41 UTC) #2
Florian Schneider
7 years, 9 months ago (2013-03-14 17:13:50 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r20036 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698