Skip to content
ILOVEPIE edited this page Mar 14, 2013 · 56 revisions

Emscripten issues in browser bug trackers

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.

Firefox/SpiderMonkey

Chrome/V8

node.js

  • Node Issue 2476 - UglifyJS incorrectness in newer Node (intermittent failures in test_linespecific, and constant failures in speak.js)
  • Node Issue 2280 - Creating large typed arrays crashes

Opera

  • 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.

LLVM

  • Bug 12537 - boost byval optimization error
  • Bug 12351 - Me&My Shadow breaks with LTO
  • Bug 10850 - LLVM 3.0 (svn) crashes on libc++ test.
  • Bug 9893 - pvs.cpp from sauer fails in clang.

Closure Compiler

UglifyJS