| Index: frog/frog_options.dart
|
| diff --git a/frog/frog_options.dart b/frog/frog_options.dart
|
| index 67e99a00f0cebf7a9437f5fa67622a5d2f1005f3..36f567d0647963418e6314f7195b8a14af5e44f6 100644
|
| --- a/frog/frog_options.dart
|
| +++ b/frog/frog_options.dart
|
| @@ -51,6 +51,7 @@ class FrogOptions {
|
| // Intended for use by compiler implementer during debugging.
|
| // TODO(jmesserly): what are the right values for these?
|
| int maxInferenceIterations = 4;
|
| + int maxInferenceCalls = 10;
|
|
|
| /**
|
| * Options to be used later for passing to the generated code. These are all
|
|
|