search for: jahic

Displaying 4 results from an estimated 4 matches for "jahic".

2014 May 30
3
[LLVMdev] LLVM multithreading
...lopment of multi threaded applications using LLVM. I would like to ask, is there a possibility in LLVM to create several threads, executing software concurrently, while sharing the same memory space? If yes, on which level this can be done (e.g. context, execution engine,...)? Best regards, Jasmin JAHIC -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140530/e21b2345/attachment.html>
2014 May 30
3
[LLVMdev] LLVM multithreading
...such as C. > > You can of course write such C programs (or other languages) and then > compile them using Clang & LLVM, but LLVM itself does not know what, for > example, pthread_create() means. It's just a library function. > > > On Fri, May 30, 2014 at 8:46 PM, Jasmin Jahic <jasmin.jahic at gmail.com> > wrote: > >> Hello, >> >> I'm interested in development of multi threaded applications using LLVM. >> I would like to ask, is there a possibility in LLVM to create several >> threads, executing software concurrently, while s...
2014 May 30
2
[LLVMdev] LLVM multithreading
On 30 May 2014 11:01, David Chisnall <David.Chisnall at cl.cam.ac.uk> wrote: > I think your question is a result of misunderstanding the nature of LLVM. It is not a virtual machine, it is an abstract machine and a set of tools implementing compilers for that abstract machine. You don't run the bitcode (well, you can interpret it, but you don't usually), you compile the bitcode
2014 Feb 20
2
[LLVMdev] Segment section
Hello, I've been playing lately a lot with LLVM Interpreter. During the execution of IR I would like to know where my variables are allocated (e.g. stack, heap, global). Is there a function inside of the execution engine which provides such information? Best regards, Jasmin -------------- next part -------------- An HTML attachment was scrubbed... URL: