diff options
author | Alon Zakai <azakai@mozilla.com> | 2010-12-19 15:37:24 -0800 |
---|---|---|
committer | Alon Zakai <azakai@mozilla.com> | 2010-12-19 15:37:24 -0800 |
commit | c3b6b871d66e3d52cd6cdf7a0149c3153c29c8a9 (patch) | |
tree | d825103b6b43115ba10a52a8a684660046191eda /demos/python.html | |
parent | 64cfd1d3c852c51caa0c7af7964fff293da16892 (diff) |
optimize heap for chrome; thanks to danielheres
Diffstat (limited to 'demos/python.html')
-rw-r--r-- | demos/python.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/demos/python.html b/demos/python.html index 6fae490a..1d924b4e 100644 --- a/demos/python.html +++ b/demos/python.html @@ -80,9 +80,7 @@ <li>Most core language stuff should work, except for importing non-static modules (in other words, <code>import sys</code> will work, but other modules won't).</li> <li>Please report bugs if you find them!</li> - <li>Note that this is an unoptimized build (see <a href="http://code.google.com/p/emscripten/issues/detail?id=8">issue 8</a>), - so it may run slowly. Speed may depend on the browser - Chrome 8 in particular is slow, dunno why (maybe - <a href="http://code.google.com/p/v8/issues/detail?id=947">V8 issue 947</a>?). Firefox 4 beta 7+ is recommended.</li> + <li>Tested on Firefox 4 and Chrome 10.</li> <li>The editor is <a href="https://mozillalabs.com/skywriter/">Skywriter</a>. </ul> </p> |