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

Issue 1760523008: Don't use List caches for lists of primitive values. (Closed)

Created:
4 years, 9 months ago by scheglov
Modified:
4 years, 9 months ago
Reviewers:
Paul Berry
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Don't use List caches for lists of primitive values. Caching is useful for lists of objects, but lists of primitive values it is wasteful to create copies when we can read directly from the underlaying buffer. R=paulberry@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/3fe1282f756d2f0bc4f2060435fcf55cfbe0aa8b

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -24 lines) Patch
M pkg/analyzer/lib/src/summary/flat_buffers.dart View 3 chunks +9 lines, -24 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
scheglov
4 years, 9 months ago (2016-03-03 05:59:58 UTC) #1
Paul Berry
lgtm
4 years, 9 months ago (2016-03-03 15:50:44 UTC) #2
scheglov
4 years, 9 months ago (2016-03-03 16:04:57 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
3fe1282f756d2f0bc4f2060435fcf55cfbe0aa8b (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698