diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-25 12:24:57 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-08-25 12:24:57 -0700 |
commit | 0a574eea0da61705b5f157eade4172bc0a59f18e (patch) | |
tree | 45bd03a94452043892dd67f42a4c076a899a02a1 /src/settings.js | |
parent | 733934476732900204ad9f11572c509048574d66 (diff) |
outlining docs
Diffstat (limited to 'src/settings.js')
-rw-r--r-- | src/settings.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.js b/src/settings.js index 2659406e..03b4ed64 100644 --- a/src/settings.js +++ b/src/settings.js @@ -145,6 +145,7 @@ var OUTLINING_LIMIT = 0; // A function size above which we try to automatically // 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. + // (The unit size is number of AST nodes.) // Generated code debugging options var SAFE_HEAP = 0; // Check each write to the heap, for example, this will give a clear |