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

Issue 12282029: Optimize _getIndexed on byte arrays. (Closed)

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

Description

Optimize _getIndexed on byte arrays. Until now we only optimize the [] operator, but don't have a fast path for polymorphic invocations of [] on byte arrays. I also added additional test coverage for Uint8Clamped list. Committed: https://code.google.com/p/dart/source/detail?r=18624

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -0 lines) Patch
M runtime/tests/vm/dart/byte_array_test.dart View 2 chunks +77 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 chunk +20 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Florian Schneider
7 years, 10 months ago (2013-02-18 13:11:29 UTC) #1
Vyacheslav Egorov (Google)
7 years, 10 months ago (2013-02-18 13:14:40 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698