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

Issue 2487313002: Evict using size in bytes in MemoryCachingByteStore. (Closed)

Created:
4 years, 1 month ago by scheglov
Modified:
4 years, 1 month ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 3

Patch Set 2 : Restore LinkedHashMap. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -19 lines) Patch
M pkg/analysis_server/lib/src/analysis_server.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M pkg/analyzer/lib/src/dart/analysis/byte_store.dart View 1 1 chunk +23 lines, -17 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
scheglov
4 years, 1 month ago (2016-11-09 20:08:24 UTC) #1
Brian Wilkerson
lgtm
4 years, 1 month ago (2016-11-09 20:15:58 UTC) #2
Paul Berry
https://codereview.chromium.org/2487313002/diff/1/pkg/analyzer/lib/src/dart/analysis/byte_store.dart File pkg/analyzer/lib/src/dart/analysis/byte_store.dart (right): https://codereview.chromium.org/2487313002/diff/1/pkg/analyzer/lib/src/dart/analysis/byte_store.dart#newcode39 pkg/analyzer/lib/src/dart/analysis/byte_store.dart:39: final HashMap<String, List<int>> _map = new HashMap<String, List<int>>(); Why ...
4 years, 1 month ago (2016-11-09 20:17:37 UTC) #3
scheglov
https://codereview.chromium.org/2487313002/diff/1/pkg/analyzer/lib/src/dart/analysis/byte_store.dart File pkg/analyzer/lib/src/dart/analysis/byte_store.dart (right): https://codereview.chromium.org/2487313002/diff/1/pkg/analyzer/lib/src/dart/analysis/byte_store.dart#newcode39 pkg/analyzer/lib/src/dart/analysis/byte_store.dart:39: final HashMap<String, List<int>> _map = new HashMap<String, List<int>>(); On ...
4 years, 1 month ago (2016-11-09 20:21:33 UTC) #4
Paul Berry
lgtm https://codereview.chromium.org/2487313002/diff/1/pkg/analyzer/lib/src/dart/analysis/byte_store.dart File pkg/analyzer/lib/src/dart/analysis/byte_store.dart (right): https://codereview.chromium.org/2487313002/diff/1/pkg/analyzer/lib/src/dart/analysis/byte_store.dart#newcode39 pkg/analyzer/lib/src/dart/analysis/byte_store.dart:39: final HashMap<String, List<int>> _map = new HashMap<String, List<int>>(); ...
4 years, 1 month ago (2016-11-09 20:22:15 UTC) #5
scheglov
4 years, 1 month ago (2016-11-09 20:22:38 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
050e16d2218ba5aed08cd2bf98455fe7ebc0ae6c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698