diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-14 20:49:26 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-08-14 20:49:50 -0700 |
commit | a0bcc754bea4485c24427001306284043925e9b1 (patch) | |
tree | ba0c0246d877cfb09f69cd62d5a92fa46f19b1d2 /emcc | |
parent | 139c7755ed9b35b4c37c394c48bad58cf067e52b (diff) |
disable optimizeShifts; fixes #1518
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1621,9 +1621,6 @@ try: js_optimizer_queue += [get_eliminate(), 'simplifyExpressions'] - if shared.Settings.RELOOP and not shared.Settings.ASM_JS: - js_optimizer_queue += ['optimizeShiftsAggressive', get_eliminate()] # aggressive shifts optimization requires loops, it breaks on switches - if closure and not shared.Settings.ASM_JS: flush_js_optimizer_queue() |