Displaying 2 results from an estimated 2 matches for "dmlap".
Did you mean:
dmap
2010 Oct 03
4
[LLVMdev] JavaScript Backend
...ions for all the instructions, primitives and derived
types. I haven't gotten around to most of the intrinsics but I thought
it would be a good idea to start getting some feedback before going
much further. If anyone has the time and interest to check it out, the
repo is up at http://github.com/dmlap/llvm-js-backend.
What I'm missing is a good understanding of what IR features language
developers are using that have to be implemented to make the
JavaScript backend a viable target. Any suggestions or pointers would
be greatly appreciated!
David
2010 Oct 03
0
[LLVMdev] JavaScript Backend
...tructions, primitives and derived
> types. I haven't gotten around to most of the intrinsics but I thought
> it would be a good idea to start getting some feedback before going
> much further. If anyone has the time and interest to check it out, the
> repo is up at http://github.com/dmlap/llvm-js-backend.
How does this compare to Empscripten? http://code.google.com/p/emscripten/
--Owen