<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/tools/split.py, branch 1.6.2</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/tools/split.py?h=1.6.2</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/tools/split.py?h=1.6.2'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2013-05-03T20:18:26Z</updated>
<entry>
<title>Remove executable permissions on simple files</title>
<updated>2013-05-03T20:18:26Z</updated>
<author>
<name>Sylvestre Ledru</name>
<email>sylvestre@debian.org</email>
</author>
<published>2013-05-02T11:03:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=155342908c2dd94e433bd043367efc9799296420'/>
<id>urn:sha1:155342908c2dd94e433bd043367efc9799296420</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix splitting on case-insensitive file systems</title>
<updated>2012-11-06T09:23:15Z</updated>
<author>
<name>Manuel Wellmann</name>
<email>manuel.wellmann@autodesk.com</email>
</author>
<published>2012-11-06T09:23:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=89c12e9da6438b5e3c99b4a46ef96a78b862f044'/>
<id>urn:sha1:89c12e9da6438b5e3c99b4a46ef96a78b862f044</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add emcc option "--split &lt;size&gt;" to split javascript file.</title>
<updated>2012-09-26T17:30:19Z</updated>
<author>
<name>Lars Schneider</name>
<email>lars.schneider@autodesk.com</email>
</author>
<published>2012-09-25T12:44:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=0c33345f226af403d15f5f83811488aead85b71b'/>
<id>urn:sha1:0c33345f226af403d15f5f83811488aead85b71b</id>
<content type='text'>
Splits the resulting javascript file into pieces to ease debugging.
This option only works if Javascript is generated (target -o &lt;name&gt;.js).

Files with function declarations must be loaded before main file upon execution.

Without "-g" option:
Creates files with function declarations up to the given size with the suffix "_functions.partxxx.js" and a main file with the suffix ".js".

With "-g" option:
Recreates the directory structure of the C source files and stores function declarations in their respective C files with the suffix ".js". If such a file exceeds the given size, files with the suffix ".partxxx.js" are created. The main file resides in the base directory and has the suffix ".js".
</content>
</entry>
</feed>
