diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-04-30 13:19:13 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-04-30 13:19:13 -0700 |
commit | 9f99c740d82ab87e0febb76ba8231e5efafdaf48 (patch) | |
tree | a6b20ed3cac5d0d73a7f8b2bea733f75bbce050d | |
parent | fee40ad3a5f44adc4b07f41c8f552949a20ce953 (diff) |
allow registerizeHarder with outlining
-rwxr-xr-x | emcc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1746,7 +1746,7 @@ try: js_optimizer_extra_info['sizeToOutline'] = shared.Settings.OUTLINING_LIMIT if opt_level >= 2 and (not closure or shared.Settings.ASM_JS) and shared.Settings.RELOOP and debug_level < 3: - if shared.Settings.ASM_JS and opt_level >= 3 and shared.Settings.OUTLINING_LIMIT == 0: + if shared.Settings.ASM_JS and opt_level >= 3: js_optimizer_queue += ['registerizeHarder'] else: js_optimizer_queue += ['registerize'] |