Age | Commit message (Collapse) | Author |
|
|
|
|
|
compiler.js
|
|
|
|
|
|
Optimize (x&A)<<B>>B.
|
|
|
|
|
|
|
|
|
|
(Objective-C and Objective-C++, respectively)
|
|
|
|
fixes #865
|
|
|
|
|
|
Add an optimization to simplifyExpressionsPre to replace (x&A)<<B>>B with X&A
if possible. This comes up frequently in C++ with bool variables.
|
|
|
|
|
|
|
|
and using malloc before us
|
|
Math.imul
|
|
|
|
|
|
|
|
|
|
|
|
2. mmap(): Use valloc() directly.
3. mmap(): Try to avoid Array.slice() when possible.
|
|
constructions.
|
|
|
|
|
|
Symlink support
|
|
|
|
emscons
|
|
|
|
trigger setjmp on negative values
|
|
Fix Mix_PlayMusic's handling of loop argument in SDL
|
|
|
|
|
|
|
|
SCons/embind build system
|
|
Prevent runtime leak detection from tripping on __setErrNo
|
|
Embind performance and code size improvements
|
|
|
|
is the only value for the loop argument that does not cause looping on Mix_PlayMusic. Update Emscripten's implementation to respect this.
|
|
|
|
varargs
|
|
|
|
|
|
|
|
|