| Index: sdk/lib/_internal/compiler/implementation/ssa/builder.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/ssa/builder.dart b/sdk/lib/_internal/compiler/implementation/ssa/builder.dart
|
| index 2519c4fdbabce98ba7fd161277733ff3a47c273c..f9791128ed7ea8529c9a0f099d4fea7fdf31f0ab 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/ssa/builder.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/ssa/builder.dart
|
| @@ -1275,6 +1275,9 @@ class SsaBuilder extends ResolvedVisitor implements Visitor {
|
| backend.inlineCache.canInline(function, insideLoop: insideLoop);
|
| if (cachedCanBeInlined == false) return false;
|
|
|
| + // @lry debug
|
| + if (element.name == 'noInline') return false;
|
| +
|
| bool meetsHardConstraints() {
|
| // We cannot inline a method from a deferred library into a method
|
| // which isn't deferred.
|
|
|