As a random data point, compiling my math library MathGeoLib ( http://clb.demon.fi/MathGeoLib/nightly/ ), which is a rather small static library, the link time went from about 30 seconds to a bit less than 20 seconds. Note though that this is with compiling fastcomp with somewhat old VS2010 and using quite conservative optimization flags. (LLVM 3.3 doesn't yet support VS2012/VS2013 builds, only LLVM3.4 does)
Jukka 2014-01-28 Xiang Li <[email protected]> > 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.
