Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-01 | Merge pull request #1750 from juj/no_copy_vfs_to_heap | juj | |
no_copy_vfs_to_heap | |||
2013-11-02 | Add command line parameter --no-heap-copy that optimizes for small memory ↵ | Jukka Jylänki | |
footprint and fread() performance over the default behavior that copied VFS to HEAP, that is designed for mmap() performance. Adjust MEMFS node contentMode enum to reflect whether content is off the main HEAP or not. Note that this enum is not much used, so this has little effect. Add browser tests to check that fread() and mmap() work with and without --no-heap-copy. | |||
2013-10-31 | Merge branch 'fixup-node-version-check' of github.com:bnoordhuis/emscripten ↵ | Alon Zakai | |
into incoming Conflicts: AUTHORS | |||
2013-10-30 | tools: parse pre-release node.js version numbers | Ben Noordhuis | |
`node` binaries built from upstream git have a "-pre" suffix attached to the version number. Fix the version parser to handle those. | |||
2013-10-29 | bump js minifier name limit, and optimize to not create all the names on ↵ | Alon Zakai | |
smaller inputs | |||
2013-10-28 | fix progress shown when multiple asset packages are downloaded | Alon Zakai | |
2013-10-28 | only emit decrunch code when crunch is enabled | Alon Zakai | |
2013-10-23 | 1.7.11.7.1 | Alon Zakai | |
2013-10-23 | remove old call to Runtime.warn in file packager code | Alon Zakai | |
2013-10-22 | 1.7.01.7.0 | Alon Zakai | |
2013-10-22 | start network fetch as early as possible in file packager output | Alon Zakai | |
2013-10-22 | move fetchRemotePackage to outside of file packager generated code | Alon Zakai | |
2013-10-22 | move file packager Module autocreation to toplevel | Alon Zakai | |
2013-10-22 | fix file packager Module autocreation | Alon Zakai | |
2013-10-22 | remove --pre-run option in file packager, handle all that automatically | Alon Zakai | |
2013-10-22 | do not call setStatus if not present | Alon Zakai | |
2013-10-21 | add file handling code from --preload-file etc. in a pre-js, so that it will ↵ | Alon Zakai | |
be able to start network access as early as possible | |||
2013-10-21 | indentation fix in file packager | Alon Zakai | |
2013-10-15 | fix autodebugger | Alon Zakai | |
2013-10-10 | sort in find_bigfuncs.py | Alon Zakai | |
2013-10-09 | use aliasing function pointers in -O1 | Alon Zakai | |
2013-10-09 | avoid X-(-Y) in js optimizer; fixes #1685 | Alon Zakai | |
2013-10-09 | run relooper in -O1, and do not run js opts there | Alon Zakai | |
2013-10-08 | do not assume only -O2 reloops in ensure_relooper | Alon Zakai | |
2013-10-06 | look for metadata in js optimizer starting at the end | Alon Zakai | |
2013-10-03 | remove unneeded EMIT_GENERATED_FUNCTIONS | Alon Zakai | |
2013-10-03 | update js optimizer tests | Alon Zakai | |
2013-10-03 | emit final missing returns in compiler itself | Alon Zakai | |
2013-10-02 | assert on vars being in front of functions straight out of the js compiler | Alon Zakai | |
2013-10-02 | optimize Math.x to Math_x | Alon Zakai | |
2013-10-02 | assert in normalizeAsm | Alon Zakai | |
2013-10-01 | optimize asm function table emitting | Alon Zakai | |
2013-09-30 | Merge branch 'incoming' of github.com:ngld/emscripten into incoming1.6.4 | Alon Zakai | |
Conflicts: AUTHORS src/library_sdl.js tools/shared.py | |||
2013-09-26 | Don't do Popen workaround on Windows by default, since the cmdline -> call ↵ | Jukka Jylänki | |
emcc.bat usage doesn't seem to need it, and it adversely affects the logging buffering that makes the compiler look unresponsive, since it will only print out compilation output messages at the very end of the whole run. | |||
2013-09-26 | Use the logging framework instead of print, to be consistent and as the ↵ | Jukka Jylänki | |
logging framework prints out messages unbuffered which is more responsive on Windows. Add debug logging facility to track waits on external processes when EM_BUILD_VERBOSE >= 3. This helps pinpointing if the build hangs on some tool dying/live/deadlocking, and where it might occur. Implement process.pid on WindowsPopen replacement so that EM_BUILD_VERBOSE=3 works on it as well. | |||
2013-09-26 | Bump version.1.6.3 | Bruce Mitchener | |
2013-09-25 | Merge pull request #1670 from waywardmonkeys/add-locale-stuff | Alon Zakai | |
Add locale stuff | |||
2013-09-26 | Bump version.1.6.2 | Bruce Mitchener | |
2013-09-25 | fix save_debug_files | Alon Zakai | |
2013-09-25 | Fix some comments and bump EMSCRIPTEN_VERSION | ngld | |
2013-09-23 | handle EMCC_LEAVE_INPUTS_RAW in relooper bootstrap | Alon Zakai | |
2013-09-23 | write out file in standalone call to js_optimizer.py | Alon Zakai | |
2013-09-23 | remove interim relooper builds if final bootstrap phase did not succeed | Alon Zakai | |
2013-09-23 | relooper input is ascii, emit it to the heap more efficiently with ↵1.6.1 | Alon Zakai | |
writeAsciiToMemory | |||
2013-09-23 | clean up reloopers1.6.0 | Alon Zakai | |
2013-09-22 | Remove "-U__GNUC__" flag to avoid incorrect measurements. | ngld | |
2013-09-18 | enable extra_info for standalone js_optimizer.py | Alon Zakai | |
2013-09-18 | allow js_optimizer.py to run standalone | Alon Zakai | |
2013-09-17 | Updated library_sdl.js | ngld | |
2013-09-16 | Integrate the new tool into emscripten | ngld | |
Automatically compile struct_info.json and save the compiled version in the emscripten cache. |