<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/src/compiler.js, branch 1.12.1</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/src/compiler.js?h=1.12.1</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/src/compiler.js?h=1.12.1'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2014-01-19T20:09:18Z</updated>
<entry>
<title>better error message for asm.js not supporting growable heap yet</title>
<updated>2014-01-19T20:09:18Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-19T20:09:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=7fff4e3eaa209df9a7f967a89dca1362d1ede536'/>
<id>urn:sha1:7fff4e3eaa209df9a7f967a89dca1362d1ede536</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix js libraries in fastcomp; fixes #1948</title>
<updated>2013-12-26T20:13:06Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-12-26T20:12:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=39165e9e511da3c041865d7e343c81e6d7cafd6c'/>
<id>urn:sha1:39165e9e511da3c041865d7e343c81e6d7cafd6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hack up support for 'glue' phase in js compiler, to just generate glue for backend output</title>
<updated>2013-11-21T00:48:58Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-11-21T00:48:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=22b996181d14580413f720703b68b15a7270dd41'/>
<id>urn:sha1:22b996181d14580413f720703b68b15a7270dd41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix stack traces from js compiler</title>
<updated>2013-11-20T23:36:07Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-11-20T23:36:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=954e3a1fc346d7f3b6cb35a9953db3d8e835cecf'/>
<id>urn:sha1:954e3a1fc346d7f3b6cb35a9953db3d8e835cecf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>disable compiler fallback attempts to load relooper and struct info from local dir</title>
<updated>2013-11-19T21:28:07Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-11-19T21:26:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=4a8e3a838d3c52887c99af3e46cf20e08b142d3b'/>
<id>urn:sha1:4a8e3a838d3c52887c99af3e46cf20e08b142d3b</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>commented-out compiler profiler support</title>
<updated>2013-10-20T03:08:36Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-10-20T03:08:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=81a6e2186ce7326e119a843b72fcd53cc8ad5aab'/>
<id>urn:sha1:81a6e2186ce7326e119a843b72fcd53cc8ad5aab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>optimize parsing of X = Y</title>
<updated>2013-10-15T18:26:22Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-10-15T18:07:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=29de05c1511b3c825d9a45888a65f4cca48b142c'/>
<id>urn:sha1:29de05c1511b3c825d9a45888a65f4cca48b142c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>avoid allocating common tokens repeatedly</title>
<updated>2013-10-10T02:38:53Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-10-10T02:38:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=f577681a3c6bba87d9e2c51c4a701ee872eba50c'/>
<id>urn:sha1:f577681a3c6bba87d9e2c51c4a701ee872eba50c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>look for structs in src/ dir as a fallback, like relooper</title>
<updated>2013-10-09T22:11:32Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-10-09T22:11:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=ee4a6fddc88829400d78f168305e44ad483268c0'/>
<id>urn:sha1:ee4a6fddc88829400d78f168305e44ad483268c0</id>
<content type='text'>
</content>
</entry>
</feed>
