<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/src, branch 1.7.7</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/src?h=1.7.7</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/src?h=1.7.7'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2013-11-16T02:35:41Z</updated>
<entry>
<title>precise clock_gettime when not using CLOCK_REALTIME; fixes #1795</title>
<updated>2013-11-16T02:35:41Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-11-16T02:35:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=b8ac3d2a175799678691bd123d7e1cb1d42b46f8'/>
<id>urn:sha1:b8ac3d2a175799678691bd123d7e1cb1d42b46f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ignore llvm ir fast-math notation; fixes #1762</title>
<updated>2013-11-15T22:33:37Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-11-15T22:29:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=4f3b5af14cf6bff389765d0f6dd2e5b6c3ba7161'/>
<id>urn:sha1:4f3b5af14cf6bff389765d0f6dd2e5b6c3ba7161</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1806 from juj/sdl_audio_queueing</title>
<updated>2013-11-15T22:17:03Z</updated>
<author>
<name>juj</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-11-15T22:17:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=0c4d11f4caaa960cf283a4c2112cbdf6a175cadd'/>
<id>urn:sha1:0c4d11f4caaa960cf283a4c2112cbdf6a175cadd</id>
<content type='text'>
Sdl audio queueing</content>
</entry>
<entry>
<title>Add a configuration option Module.SDL_numSimultaneouslyQueuedBuffers to allow user code to configure how many SDL audio buffers to keep simultaneously queued up for the audio backend. More buffers means less change of starving (and cracking audio), but increases latency. Fewer buffers lower the latency at the risk of playback glitches. Make minimum audio buffer size 128, which should be way below anything reasonable already. Clean up commented out code.</title>
<updated>2013-11-15T22:16:48Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-11-14T08:43:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=9dfd2e2e00e5119767f22145a1ec05a5d5e1c277'/>
<id>urn:sha1:9dfd2e2e00e5119767f22145a1ec05a5d5e1c277</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Never throw uncaught exceptions out from compiler.js, but just report the exception message to stderr. Fixes other.test_warn_undefined on Windows, which would fail if Python spawned node.js in the case where it printed stderr and terminated to an uncaught exception, leaving unflushed data to stderr, and not all unresolved symbol errors were printed to console. Node.js stderr does not have a flush() mechanism, so must gracefully terminate the execution instead.</title>
<updated>2013-11-15T21:57:28Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-11-15T21:49:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=fffe30f57456015e983f901dffa1364059e4bc49'/>
<id>urn:sha1:fffe30f57456015e983f901dffa1364059e4bc49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>do not kill asm library functions with DEAD_FUNCTIONS, as they perform fundamental things we cannot easily remove, and there are not many of them anyhow; fixes asm1.test_asm_pgo</title>
<updated>2013-11-15T20:15:44Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-11-15T20:15:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=fc97a98e22712ebc9ba2d0c7b44c8ec8321fb5bd'/>
<id>urn:sha1:fc97a98e22712ebc9ba2d0c7b44c8ec8321fb5bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>option to hoist dead ends into loops</title>
<updated>2013-11-15T18:44:53Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-11-15T18:44:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=f6fd13590913b74fe4f728472c96c5cfdb9f84b0'/>
<id>urn:sha1:f6fd13590913b74fe4f728472c96c5cfdb9f84b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't evaluate function table aliases containing relocation offsets; fixes #1807</title>
<updated>2013-11-15T05:41:47Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-11-15T05:41:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=757f28b777303a90fe2992d0e2f82ce0958f12f2'/>
<id>urn:sha1:757f28b777303a90fe2992d0e2f82ce0958f12f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1809 from juj/gles2_gets</title>
<updated>2013-11-15T05:11:41Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-11-15T05:11:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=1cdb5b33158a12f950b2def5a6cbf7dddb49b07e'/>
<id>urn:sha1:1cdb5b33158a12f950b2def5a6cbf7dddb49b07e</id>
<content type='text'>
GLES2 glGetXXs()</content>
</entry>
<entry>
<title>ensure a &gt;&gt;&gt; coercion on unsigned comparisons, even if the input is an i29 which would be coerced using an &amp;; fixes asm1.test_sqlite on llvm 3.3</title>
<updated>2013-11-15T01:40:44Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-11-14T22:48:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=b397086dab259638aaaddf3520cb6d90d6caae62'/>
<id>urn:sha1:b397086dab259638aaaddf3520cb6d90d6caae62</id>
<content type='text'>
</content>
</entry>
</feed>
