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

Issue 189583003: Eliminate more implicit getters (Closed)

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

Description

Eliminate more implicit getters For some reason I don’t remember, we only attempt to optimize away the implicit getter functions of const and final static fields, but not non-final static fields. This change applies the same optimization for all static fields, and also for all top-level fields. R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=33433

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -12 lines) Patch
M runtime/vm/compiler_stats.h View 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/compiler_stats.cc View 2 chunks +11 lines, -0 lines 0 comments Download
M runtime/vm/parser.cc View 5 chunks +12 lines, -11 lines 0 comments Download
M runtime/vm/service_test.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
hausner
One for the road.
6 years, 9 months ago (2014-03-07 00:25:12 UTC) #1
srdjan
lgtm
6 years, 9 months ago (2014-03-07 00:43:42 UTC) #2
hausner
6 years, 9 months ago (2014-03-07 16:20:18 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r33433 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698