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

Issue 10703087: Ignore setters in constructors when evaluating determining firect field access (Closed)

Created:
8 years, 5 months ago by Søren Gjesse
Modified:
8 years, 5 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Ignore setters in constructors when evaluating determining firect field access Setters in constructors cannot mutate an object after construction. Doesen't do much for preformance but simplifies some of the generated code and shakes out a few getters. R=floitsch@google.com, ager@google.com BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=9386

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M lib/compiler/implementation/ssa/codegen.dart View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Søren Gjesse
8 years, 5 months ago (2012-07-04 07:57:51 UTC) #1
Mads Ager (google)
LGTM
8 years, 5 months ago (2012-07-04 07:58:45 UTC) #2
ngeoffray
8 years, 5 months ago (2012-07-11 12:28:48 UTC) #3
Very nice!

Powered by Google App Engine
This is Rietveld 408576698