diff options
-rw-r--r-- | src/settings.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/settings.js b/src/settings.js index 3827927d..2659406e 100644 --- a/src/settings.js +++ b/src/settings.js @@ -141,6 +141,10 @@ var OUTLINING_LIMIT = 0; // A function size above which we try to automatically // tools/find_bigfuncs.py on that to get a sorted list by size. // Another possibility is to look in the web console in firefox, // which will note slowly-compiling functions. + // You will probably want to experiment with various values to + // see the impact on compilation time, code size and runtime + // throughput. It is hard to say what values to start testing + // with, but something around 20,000 to 100,000 might make sense. // Generated code debugging options var SAFE_HEAP = 0; // Check each write to the heap, for example, this will give a clear |