aboutsummaryrefslogtreecommitdiff
path: root/demos/python.html
diff options
context:
space:
mode:
authorAlon Zakai <azakai@mozilla.com>2010-12-19 15:37:24 -0800
committerAlon Zakai <azakai@mozilla.com>2010-12-19 15:37:24 -0800
commitc3b6b871d66e3d52cd6cdf7a0149c3153c29c8a9 (patch)
treed825103b6b43115ba10a52a8a684660046191eda /demos/python.html
parent64cfd1d3c852c51caa0c7af7964fff293da16892 (diff)
optimize heap for chrome; thanks to danielheres
Diffstat (limited to 'demos/python.html')
-rw-r--r--demos/python.html4
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>