I see 3x or 4x speedups using fastcomp on large projects. On small ones it tends to not matter much.
Another benefit of fastcomp is that the old compiler has some rare cases where it is especially slow, and fastcomp avoids those entirely as far as I know. You can test it now, it is almost stable. The test suite passes on it, but there are a few minor missing features. - Alon On Tue, Jan 28, 2014 at 9:51 AM, Xiang Li <[email protected]> wrote: > I meant the fastcomp llvm backend... > > > On Tuesday, January 28, 2014 11:49:44 AM UTC-6, Xiang Li wrote: >> >> I mean is it roughly 1/2, 1/3, ... or 1/5 of the time used today (or >> maybe you already have some early benchmarking results already)? About >> when can we expect it ready for production use? >> >> Static linking is not working for us currently. I am trying to construct >> a test case but since our code is quite large so it will need sometime to >> come up with that. >> >> Thanks >> -Xiang Li >> > -- > 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/groups/opt_out. > -- 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/groups/opt_out.
