Seems to work well with ogv.js too! Output files are about the same size plus or minus a couple kb, perf about the same. These are mostly compute-bound libraries and don't heavily use the standard C lib, so no surprises is what I expect. :D
Note to those building on Mac OS X -- if you've updated to 10.11 / Xcode 7 since a previous sdk-incoming build, the old build files may still be sitting around and will cause the build to fail in weird ways as it keeps looking for old SDK files. I had to nuke the old fastcomp & emscripten build dirs to get it to build cleanly, but after that it was fine. -- brion On Tue, Oct 20, 2015 at 5:43 PM, Alon Zakai <[email protected]> wrote: > The incoming branch has just received a merge of upstream LLVM. This > brings us to around 2 months ago on trunk, and bumps the LLVM version to > 3.8 (current dev version). > > For more details, see > > https://github.com/kripken/emscripten/issues/3856 > > tl;dr is > > * We're moving to base ourselves off of upstream LLVM instead of PNaCl > (see link for why), which this first merge accomplishes. > * There are some nice improvements from LLVM in this merge, e.g. zlib > becomes 3% faster. > * We'll probably do more frequent merges from LLVM going forward. > > The merge passes all tests locally for me. Please test and report any > problems. > > - Alon > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
