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

Issue 11416164: Fix performance regression: do not call interceptors.getInterceptedClassesOn direclty, but call thi… (Closed)

Created:
8 years, 1 month ago by ngeoffray
Modified:
8 years ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix performance regression: do not call interceptors.getInterceptedClassesOn direclty, but call this.getInterceptedClassesOn which does the necessary checks to know if we can omit a getInterceptor call. Committed: https://code.google.com/p/dart/source/detail?r=15370

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
ngeoffray
8 years, 1 month ago (2012-11-23 22:02:07 UTC) #1
ahe
8 years, 1 month ago (2012-11-23 22:14:13 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698