<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/emcc, branch 1.7.2</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/emcc?h=1.7.2</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/emcc?h=1.7.2'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2013-11-01T23:46:31Z</updated>
<entry>
<title>Add command line parameter --no-heap-copy that optimizes for small memory footprint and fread() performance over the default behavior that copied VFS to HEAP, that is designed for mmap() performance.</title>
<updated>2013-11-01T23:46:31Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-11-01T23:12:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=cb3fe2bb6f6d348d3da7ea8c71af909748ff8d71'/>
<id>urn:sha1:cb3fe2bb6f6d348d3da7ea8c71af909748ff8d71</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>write out html and side js when html output is requested, to improve page load times</title>
<updated>2013-10-24T02:06:55Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-10-24T01:36:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=50ee300ffabb6c5e5c6a2d4b4762343822ea1dc2'/>
<id>urn:sha1:50ee300ffabb6c5e5c6a2d4b4762343822ea1dc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>emit emscripten version in emcc -v</title>
<updated>2013-10-24T00:54:12Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-10-24T00:53:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=6d125fcc3e6ca573a337b7a5a0897cdc0a638f3c'/>
<id>urn:sha1:6d125fcc3e6ca573a337b7a5a0897cdc0a638f3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add file handling code from --preload-file etc. in a pre-js, so that it will be able to start network access as early as possible</title>
<updated>2013-10-22T00:36:03Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-10-22T00:36:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=e0c3cd79dbfb4b1f5230b9a1589a3b1bedaa387d'/>
<id>urn:sha1:e0c3cd79dbfb4b1f5230b9a1589a3b1bedaa387d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>document the ability to pass arbitrary llvm opt args to --llvm-opts</title>
<updated>2013-10-17T22:51:41Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-10-17T22:51:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=a78aea9e75e2a600fe7a530b950e4c6f40d3bd19'/>
<id>urn:sha1:a78aea9e75e2a600fe7a530b950e4c6f40d3bd19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>emcc comments on -Ox options</title>
<updated>2013-10-14T19:14:07Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-10-14T19:14:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=ff4008ad566de227e691d5c0d0419f009f1bbe29'/>
<id>urn:sha1:ff4008ad566de227e691d5c0d0419f009f1bbe29</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1681 from marcosscriven/incoming</title>
<updated>2013-10-14T17:43:54Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-10-14T17:43:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=3c8c068617ea03fb8c1e884f570fbc986b9bf977'/>
<id>urn:sha1:3c8c068617ea03fb8c1e884f570fbc986b9bf977</id>
<content type='text'>
Fix debug format to allow specific LLVM opts rather than just an integer level</content>
</entry>
<entry>
<title>use aliasing function pointers in -O1</title>
<updated>2013-10-09T19:26:46Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-10-09T19:26:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=7e5d2a672c8ad58cb20fbd4d10e2729851da39be'/>
<id>urn:sha1:7e5d2a672c8ad58cb20fbd4d10e2729851da39be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>run relooper in -O1, and do not run js opts there</title>
<updated>2013-10-09T15:10:07Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-10-09T12:11:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=e10ee6c5cb0aa89bbae465a1e667a03c0e13aa39'/>
<id>urn:sha1:e10ee6c5cb0aa89bbae465a1e667a03c0e13aa39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>automatically adjust asm heap size</title>
<updated>2013-10-08T21:27:55Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-10-08T21:15:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=b5f705842e51df9ae25be76feaf1495de8e4252c'/>
<id>urn:sha1:b5f705842e51df9ae25be76feaf1495de8e4252c</id>
<content type='text'>
</content>
</entry>
</feed>
