On Sat, 4 Apr 2015 16:01:05 +0200, Stéphane Letz wrote:

> > I installed emscripten 1.10 from a Ubuntu repository;
> > should I try to install emscripten from scratch?
> 
> Seems like an emscripten installation issue, 
> 
> I would suggest to use the SDK here:
> http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html

It solved the problem. The version of emcc is now 1.30.0.

> 2) allow to embed the whole compilation chain in a browser , 1)
> allows to compile Faust DSP that use external C/C++ dependancies
> (like some Faust-STK models for instance), and possibly produces
> better/faster asm.js code since C++ intermediate class can be compile
> with the -vec option for instance,  and LLVM based compilation chain
> can do optimization we cannot do so easily in the Faust asm.js
> backend.

How to evaluate if using the -emcc option is better than using the
asm.js backend? Can we assume that using the -emcc option will always
produce better results?

--
Marc


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Faudiostream-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to