Age | Commit message (Collapse) | Author |
|
Conflicts:
emcc
tools/js-optimizer.js
tools/js_optimizer.py
|
|
|
|
|
|
|
|
|
|
|
|
Makes for an easier-to-review pull request.
|
|
NodeWithToken is a string-like type produced by the parser during 'embed
tokens' mode, which allows us to track line numbers.
|
|
Line numbering of exceptions now work (better) in optimized mode.
|
|
|
|
minorly increases code size by changing addition order against the grain of operator precedence
|
|
|
|
|
|
|
|
|
|
is being replaced and adds much overhead
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This makes it easier to reason about the remainder...
|
|
|
|
otherwise
|
|
|
|
Tweak behavior of post_build; the `post2` hook now expects a function.
|
|
|
|
|
|
|
|
underlying one
|
|
|
|
|
|
all files to be skipped from being packaged if the path contains a relative '.' in its path name (e.g. './path/etc').
|
|
Report debug diagnostics in file packager if EMCC_DEBUG=1. Make file pac...
|
|
|
|
|
|
|
|
|
|
packager skip all path components that have a path starting with '.', like ('.git/xxx/yyy/'), or the filename starts with '.', or the file is a Win32 hidden file. Explicitly specified files on the command line are always packaged, even if they start with '.' or are hidden. Add unit tests to check that it works.
|
|
|
|
|
|
|
|
the parallel heap type
|
|
|
|
|
|
through tempDoublePtr
|
|
|
|
|