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

Issue 227863002: Add const static field optimization that got lost in last checkin (Closed)

Created:
6 years, 8 months ago by hausner
Modified:
6 years, 8 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Add const static field optimization that got lost in last checkin My last change list accidentally got rid of an optimization where the parser replaces const static field references with the value of the field. This causes many more compile-time “execute once” calls. This change adds back the special case. R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=34798

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
hausner
6 years, 8 months ago (2014-04-07 20:52:09 UTC) #1
srdjan
lgtm
6 years, 8 months ago (2014-04-07 21:28:28 UTC) #2
hausner
6 years, 8 months ago (2014-04-07 21:30:56 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r34798 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698