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 10827353: Fix a performance regressions introduced by r10632. (Closed)

Created:
8 years, 4 months ago by Anders Johnsen
Modified:
8 years, 4 months ago
Reviewers:
ahe
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix a performance regressions introduced by r10632. This gives the compiler the exact same behaviour as before. BUG= Committed: https://code.google.com/p/dart/source/detail?r=10891

Patch Set 1 #

Total comments: 1

Patch Set 2 : Clean up FunctionElement.isInstanceMember and remove redundent code. #

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

Messages

Total messages: 4 (0 generated)
Anders Johnsen
8 years, 4 months ago (2012-08-15 15:51:57 UTC) #1
ahe
LGTM if you fix isInstanceMember. https://chromiumcodereview.appspot.com/10827353/diff/1/lib/compiler/implementation/js_backend/native_emitter.dart File lib/compiler/implementation/js_backend/native_emitter.dart (right): https://chromiumcodereview.appspot.com/10827353/diff/1/lib/compiler/implementation/js_backend/native_emitter.dart#newcode116 lib/compiler/implementation/js_backend/native_emitter.dart:116: if (member.isInstanceMember() && !member.isConstructor()) ...
8 years, 4 months ago (2012-08-15 16:10:30 UTC) #2
Anders Johnsen
PTAL
8 years, 4 months ago (2012-08-17 10:32:23 UTC) #3
ahe
8 years, 4 months ago (2012-08-17 12:12:06 UTC) #4
LGTM!

Powered by Google App Engine
This is Rietveld 408576698