diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-09-25 18:53:16 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-09-25 18:53:16 -0700 |
commit | 328abc1d77ba78ba2eba6b3df97bd00d9588b881 (patch) | |
tree | 2b30b12098445cb2ad540ae395d306ecc566021e /src/compiler_funcs.html | |
parent | e2614195d865de86046f84fc56e74c4aa338ceb0 (diff) |
optimize getFastValue
Diffstat (limited to 'src/compiler_funcs.html')
-rw-r--r-- | src/compiler_funcs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler_funcs.html b/src/compiler_funcs.html index f8595303..a769955b 100644 --- a/src/compiler_funcs.html +++ b/src/compiler_funcs.html @@ -5,7 +5,7 @@ Open the web console to see stderr output <hr> <pre id="output"></pre> <script> - arguments = ['tmp/emscripten_temp/tmpVpJZAp.txt', 'tmp/emscripten_temp/tmpnaEsKI.func_0.ll', 'funcs', 'tmp/emscripten_temp/tmpYxajFl.json']; // copy from emscripten.py output + arguments = ['tmp/emscripten_temp/tmpgo4sBT.txt', 'tmp/emscripten_temp/tmph9FP9W.func_0.ll', 'funcs', 'tmp/emscripten_temp/tmp0Aj1Vk.json']; // copy from emscripten.py output var outputElement = document.getElementById('output'); print = function(x) { |