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 1303973007: Moar constant caching (Closed)

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

Description

Moar constant caching Insert all compile-time constants expression in the constant cache. BUG= Committed: https://github.com/dart-lang/sdk/commit/f286b5b8b6c2985c9ff3b6776e079b35a6197f8d

Patch Set 1 #

Patch Set 2 : less moar #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -4 lines) Patch
M runtime/vm/parser.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/parser.cc View 1 2 chunks +17 lines, -3 lines 2 comments Download

Messages

Total messages: 5 (1 generated)
hausner
5 years, 3 months ago (2015-09-01 21:30:43 UTC) #2
srdjan
LGTMwC https://codereview.chromium.org/1303973007/diff/20001/runtime/vm/parser.cc File runtime/vm/parser.cc (right): https://codereview.chromium.org/1303973007/diff/20001/runtime/vm/parser.cc#newcode10886 runtime/vm/parser.cc:10886: if (require_compiletime_const) { How about skipping lookup if ...
5 years, 3 months ago (2015-09-01 21:33:51 UTC) #3
hausner
https://codereview.chromium.org/1303973007/diff/20001/runtime/vm/parser.cc File runtime/vm/parser.cc (right): https://codereview.chromium.org/1303973007/diff/20001/runtime/vm/parser.cc#newcode10886 runtime/vm/parser.cc:10886: if (require_compiletime_const) { On 2015/09/01 21:33:51, srdjan wrote: > ...
5 years, 3 months ago (2015-09-01 21:37:39 UTC) #4
hausner
5 years, 3 months ago (2015-09-01 21:43:08 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
f286b5b8b6c2985c9ff3b6776e079b35a6197f8d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698