Thanks! Interestingly it's twice as slow without the flag. It's now 40ms instead of the 20ms. To summarize:
Fastcomp 80ms LLVM 20ms LLVM with -mbulk-memory 40ms The profiler now shows this as the hot path instead of memmove: std::__2::vector<double, std::__2::allocator<double> >::insert(std::__2::__wrap_iter<double const*>, unsigned long, double const&) -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/72a4d668-2d8e-4bd5-bec8-50bbfefd6868%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
