diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-25 11:21:03 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-08-25 11:21:03 -0700 |
commit | 733934476732900204ad9f11572c509048574d66 (patch) | |
tree | 8a4a2e8341193d5eef7c4f090ee8594c97be6818 /src/settings.js | |
parent | 8f4fa60b38fe344c178aef97f04b966bb87fcdfb (diff) |
outlining value suggestion
Diffstat (limited to 'src/settings.js')
-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 |