diff options
author | Alon Zakai <azakai@google.com> | 2019-04-25 17:10:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-25 17:10:06 -0700 |
commit | 78a4f9ef1afd6c209a5c69a8e7906ffe33575f58 (patch) | |
tree | 0f7443f2ca32ce1a6131a6cc95212de9b5ececb1 /scripts | |
parent | 21f014f4bd0ea1086895d8674f1473af222eb416 (diff) | |
download | binaryen-78a4f9ef1afd6c209a5c69a8e7906ffe33575f58.tar.gz binaryen-78a4f9ef1afd6c209a5c69a8e7906ffe33575f58.tar.bz2 binaryen-78a4f9ef1afd6c209a5c69a8e7906ffe33575f58.zip |
wasm2js2: optimize call_indirect and select operands (#2056)
Don't use temp vars to reorder them unless we need to.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/test/env.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/test/env.js b/scripts/test/env.js index af2cce1c7..0eb3f06f4 100644 --- a/scripts/test/env.js +++ b/scripts/test/env.js @@ -1,3 +1,6 @@ + +export const FUNCTION_TABLE = []; + var tempRet0 = 0; export function setTempRet0(x) { |