search for: 2b3ee1e1

Displaying 3 results from an estimated 3 matches for "2b3ee1e1".

2010 Jul 19
0
[LLVMdev] JIT crash takes down host-application
You could use shared memory or the equivalent of UNIX domain sockets. On a UNIX system, you will also probably want to catch SIGCHLD along with implementing "nowait" handling behavior in the parent. This is of course a low level approach. Higher level libraries that you may be using, or other OSs may provide their own wrappers. Garrison On Jul 19, 2010, at 4:05, Frank Fuchs wrote:
2010 Jul 19
1
[LLVMdev] JIT crash takes down host-application
...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/20100719/2b3ee1e1/attachment.html>
2010 Jul 19
2
[LLVMdev] JIT crash takes down host-application
Ok, thank you for your explanation. Is it possible for forked processes to share data? Especially for the child process to send some data to the parent? -Frank 2010/7/18 Nick Lewycky <nicholas at mxc.ca> > Frank Fuchs wrote: > >> Hi, >> >> I'm doing some tests concerning the embedding of LLVM and clan in my >> application. >> Now I stumbled across