diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-11-05 12:24:46 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-11-06 10:26:10 -0800 |
commit | 33cdfe5819e789cb9a98b8b7f66447ceab861f84 (patch) | |
tree | 602ae78dc7437a1cd3d87b6bb46dcb598416d9e6 /src/settings.js | |
parent | 13b82208767b3af7a8716356c07b6eac26da5ac3 (diff) |
split js compiler into three passes, to facilitate future parallization
Diffstat (limited to 'src/settings.js')
-rw-r--r-- | src/settings.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings.js b/src/settings.js index 03c84eae..24949e25 100644 --- a/src/settings.js +++ b/src/settings.js @@ -276,6 +276,8 @@ var SMALL_XHR_CHUNKS = 0; // Use small chunk size for binary synchronous XHR's i // Used for testing. // See test_chunked_synchronous_xhr in runner.py and library.js. +var NECESSARY_BLOCKADDRS = []; // List of (function, block) for all block addresses that are taken. + // Compiler debugging options var DEBUG_TAGS_SHOWING = []; // Some useful items: |