Displaying 2 results from an estimated 2 matches for "325679543and".
2013 Jun 18
6
[LLVMdev] Building a stable bitcode format for PNaCl - based on LLVM IR
...l is.]
The Portable Native Client (PNaCl) project is a toolchain for producing
portable bitcode from C and C++ code and running in securely and
efficiently on the web via Native Client. For more details see this
presentation from the last Google I/O:
https://developers.google.com/events/io/sessions/325679543and
http://www.chromium.org/nativeclient/pnacl/building-and-testing-portable-native-client
PNaCl uses a subset of LLVM IR as its bitcode. Our goal is a single bitcode
file that can be "translated" on a target machine to a sandboxed native
executable for the target architecture and executed....
2013 Jun 18
0
[LLVMdev] Building a stable bitcode format for PNaCl - based on LLVM IR
...Native Client (PNaCl) project is a toolchain for producing
> portable bitcode from C and C++ code and running in securely and
> efficiently on the web via Native Client. For more details see this
> presentation from the last Google I/O:
> https://developers.google.com/events/io/sessions/325679543and
> http://www.chromium.org/nativeclient/pnacl/building-and-testing-portable-native-client
>
> PNaCl uses a subset of LLVM IR as its bitcode. Our goal is a single
> bitcode file that can be "translated" on a target machine to a sandboxed
> native executable for the target arc...