diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-03-18 12:25:55 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-03-18 12:25:55 -0700 |
commit | 5cd4da6dee62390975cd589498ecca381bfe6cbb (patch) | |
tree | e6adf43ba92d9a7b51497e1d31b4ffd33dd35ad6 /emcc | |
parent | 9158e9917ea4f6e9a74eccaf667ce3e315d2033d (diff) |
comment on webrtc test
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ?: ? + |