aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-03-18 12:25:55 -0700
committerAlon Zakai <alonzakai@gmail.com>2014-03-18 12:25:55 -0700
commit5cd4da6dee62390975cd589498ecca381bfe6cbb (patch)
treee6adf43ba92d9a7b51497e1d31b4ffd33dd35ad6 /emcc
parent9158e9917ea4f6e9a74eccaf667ce3e315d2033d (diff)
comment on webrtc test
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc3
1 files changed, 3 insertions, 0 deletions
diff --git a/emcc b/emcc
index 4ba63f21..738179ad 100755
--- a/emcc
+++ b/emcc
@@ -1912,3 +1912,6 @@ finally:
else:
logging.info('emcc saved files are in:' + temp_dir)
+#//eliminate a = a in js opt. will kill STACKTOP = STACKTOP in funcs that do not use the C stack! add test for no STACKTOP or sp in such a func
+#// minify if into ?: ?
+