-
Notifications
You must be signed in to change notification settings - Fork 3.3k
External Issues
kripken edited this page Dec 6, 2011
·
60 revisions
Emscripten is on the edge of what JavaScript engines are meant to do, so we often bump into JS engine bugs. This page links to issues in browser bug trackers that are related to Emscripten.
- Mozilla Bug 704387 - Switch slower than If
- Mozilla Bug 687951 - "too much recursion"
- Mozilla Bug 687127 - sqlite is slow on TI
- Mozilla Bug 686919 - sqlite is wrong on TI
- Mozilla Bug 681062 - dlmalloc is slow on SpiderMonkey
- Mozilla Bug 678687 - ammo.js is slower with TI.
- Mozilla Bug 610296 - Code in a closure is slower.
- Node Issue 2280 - Creating large typed arrays crashes
- V8 issue 1822 - No .subarray or .set or ArrayBuffer
- V8 Issue 1630 - Compiled raytrace benchmark is very slow. Update: Looks like this is the case with most or all Emscripten benchmarks now.
- Chromium Issue 64600 - Bullet demo has many GC pauses.
- Chromium Issue 84521 - Doom demo crashes.
- The CPython demo and others do not run due to a bug in Opera's JS engine. Opera has been informed, but does not have a public bug tracker to link to.
- Closure Compiler Issue 540 - Compiler crash
- Closure Compiler Issue 492 - Emscriptened CPython hits a hardcoded iteration limit during Closure analysis.
- Closure Compiler Issue 534 - OutOfMemoryError on LLVM-optimized ammo.js.
README.md ``