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

Issue 11280122: Do not type check parameters that are not passed directly. (Closed)

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

Description

Do not type check parameters that are not passed directly. Committed: https://code.google.com/p/dart/source/detail?r=15206

Patch Set 1 : #

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

Messages

Total messages: 4 (0 generated)
ngeoffray
8 years, 1 month ago (2012-11-21 16:20:09 UTC) #1
ngeoffray
TBR to unbreak the build.
8 years, 1 month ago (2012-11-21 16:20:32 UTC) #2
floitsch
LGTM, but iirc this looks like a code duplication. cleanup in follow-up CL?
8 years, 1 month ago (2012-11-21 16:22:45 UTC) #3
ngeoffray
8 years, 1 month ago (2012-11-21 16:25:37 UTC) #4
On 2012/11/21 16:22:45, floitsch wrote:
> LGTM, but iirc this looks like a code duplication.
> cleanup in follow-up CL?

Yes. The reason I did not change it is because I'd like to use the isBox method
but it requires to have setup things already. I'll clean that up.

Powered by Google App Engine
This is Rietveld 408576698