We (PNaCl team) are in the process of removing older documentation, this is probably more accurate: https://developers.google.com/native-client/dev/ On Tue, Dec 17, 2013 at 6:50 AM, Sam Parker <S.Parker3 at lboro.ac.uk> wrote:> Check out PNaCL > http://www.chromium.org/nativeclient/pnacl > > Cheers, > Sam > > Sam Parker > Research Student > Electronic Systems Design Group > Loughborough University > UK > > ________________________________________ > From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] on behalf of mindmachine at free.fr [mindmachine at free.fr] > Sent: 17 December 2013 14:03 > To: llvmdev at cs.uiuc.edu > Subject: [LLVMdev] an OS around LLVM > > Hi all, > > > If it's not the right place to ask, please forgive me. > > Currently I'm working on a new operating system concept, called "Om". > > The first feature would be Android-like apps, coming in *.opk files that would > contain all needed resources and source-code expressed in LLVM-IR assembly > language. > > http://sett.com/openminded-os/uid/88508 > > How does it sound ? > > > Julien > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Thanks, I hadn't heard about PNaCl, it's very interesting. I'm currently swimming in http://llvm.org/docs/ trying to learn more about LLVM-IR... Selon JF Bastien <jfb at google.com>:> We (PNaCl team) are in the process of removing older documentation, > this is probably more accurate: > https://developers.google.com/native-client/dev/ > > On Tue, Dec 17, 2013 at 6:50 AM, Sam Parker <S.Parker3 at lboro.ac.uk> wrote: > > Check out PNaCL > > http://www.chromium.org/nativeclient/pnacl > > > > Cheers, > > Sam > > > > Sam Parker > > Research Student > > Electronic Systems Design Group > > Loughborough University > > UK > > > > ________________________________________ > > From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] on behalf > of mindmachine at free.fr [mindmachine at free.fr] > > Sent: 17 December 2013 14:03 > > To: llvmdev at cs.uiuc.edu > > Subject: [LLVMdev] an OS around LLVM > > > > Hi all, > > > > > > If it's not the right place to ask, please forgive me. > > > > Currently I'm working on a new operating system concept, called "Om". > > > > The first feature would be Android-like apps, coming in *.opk files that > would > > contain all needed resources and source-code expressed in LLVM-IR assembly > > language. > > > > http://sett.com/openminded-os/uid/88508 > > > > How does it sound ? > > > > > > Julien > > _______________________________________________ > > LLVM Developers mailing list > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > _______________________________________________ > > LLVM Developers mailing list > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
On 18/12/13 14:15, mindmachine at free.fr wrote: [...]> Thanks, I hadn't heard about PNaCl, it's very interesting. > > I'm currently swimming in http://llvm.org/docs/ trying to learn more about > LLVM-IR...You might also want to go look at this: http://en.wikipedia.org/wiki/Architecture_Neutral_Distribution_Format ...which was a pre-LLVM attempt to produce platform-independent binaries which got translated into native code at install time. The spec was kinda weird, though. Also, in a previous life I worked on an operating system known as intent/Elate, which was a successor to Taos, which was an operating system entirely based around platform-independent binaries (it could run on multiprocessor systems where each processor was a different architecture, for example). Turns out that people don't actually want to do that, which is why the company went bust and I now work on something else... -- ┌─── dg@cowlark.com ───── http://www.cowlark.com ───── │ "There does not now, nor will there ever, exist a programming │ language in which it is the least bit hard to write bad programs." --- │ Flon's Axiom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 828 bytes Desc: OpenPGP digital signature URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131218/dc7b4d83/attachment.sig>
You might get some benefit from looking at this document: https://github.com/archfrog/llvm-doc/blob/master/MappingHighLevelConstructsToLLVMIR.rst. It is planned to be moved into the LLVM docs soon. -- Mikael 2013/12/18 <mindmachine at free.fr>> > Thanks, I hadn't heard about PNaCl, it's very interesting. > > I'm currently swimming in http://llvm.org/docs/ trying to learn more about > LLVM-IR... > > > > > > Selon JF Bastien <jfb at google.com>: > > > We (PNaCl team) are in the process of removing older documentation, > > this is probably more accurate: > > https://developers.google.com/native-client/dev/ > > > > On Tue, Dec 17, 2013 at 6:50 AM, Sam Parker <S.Parker3 at lboro.ac.uk> > wrote: > > > Check out PNaCL > > > http://www.chromium.org/nativeclient/pnacl > > > > > > Cheers, > > > Sam > > > > > > Sam Parker > > > Research Student > > > Electronic Systems Design Group > > > Loughborough University > > > UK > > > > > > ________________________________________ > > > From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] on > behalf > > of mindmachine at free.fr [mindmachine at free.fr] > > > Sent: 17 December 2013 14:03 > > > To: llvmdev at cs.uiuc.edu > > > Subject: [LLVMdev] an OS around LLVM > > > > > > Hi all, > > > > > > > > > If it's not the right place to ask, please forgive me. > > > > > > Currently I'm working on a new operating system concept, called "Om". > > > > > > The first feature would be Android-like apps, coming in *.opk files > that > > would > > > contain all needed resources and source-code expressed in LLVM-IR > assembly > > > language. > > > > > > http://sett.com/openminded-os/uid/88508 > > > > > > How does it sound ? > > > > > > > > > Julien > > > _______________________________________________ > > > LLVM Developers mailing list > > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > > _______________________________________________ > > > LLVM Developers mailing list > > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131218/2d190eaa/attachment.html>