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

Issue 1424393002: Constant cache improvement (Closed)

Created:
5 years, 1 month ago by hausner
Modified:
5 years, 1 month ago
Reviewers:
srdjan
CC:
reviews_dartlang.org, vm-dev_dartlang.org, Ivan Posva
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Constant cache improvement Change the compile-time constant map to use a pair (url, token_pos) as the key. Previously, the two values were concatenated into a string, which creates a lot of new strings. BUG= R=srdjan@google.com Committed: https://github.com/dart-lang/sdk/commit/f094c36141a422fd03352cf6b9e39ba52ff6861a

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -22 lines) Patch
M runtime/vm/parser.cc View 1 3 chunks +47 lines, -22 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
hausner
5 years, 1 month ago (2015-10-30 22:07:41 UTC) #3
srdjan
lgtm
5 years, 1 month ago (2015-11-02 18:51:38 UTC) #4
hausner
5 years, 1 month ago (2015-11-02 18:59:32 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
f094c36141a422fd03352cf6b9e39ba52ff6861a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698