Displaying 2 results from an estimated 2 matches for "f9d5ed27".
2015 Jun 18
5
[LLVMdev] [RFC] WebAssembly Backend
...end has significant advantages including in
amount of code needed, and in what e.g. ISel can do for us for legalization
and clever instruction selection.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150618/f9d5ed27/attachment.html>
2015 Jun 17
8
[LLVMdev] [RFC] WebAssembly Backend
Hello all,
WebAssembly [0] its a new virtual ISA being designed to efficiently
run compiled code in web browsers and other things, starting with
C/C++, and eventually many other languages [1]. WebAssembly
distinguishes itself from other virtual ISAs with optimizations to
reduce download size and decode time, strong portability and
predictability invariants (for example, the base has no undefined