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

Unified Diff: frog/frog_options.dart

Issue 9107067: Work in progress: changes to interpretation (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: work in progress Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « frog/evaluator.dart ('k') | frog/gen.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « frog/evaluator.dart ('k') | frog/gen.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698