lost
2011-May-17 23:43 UTC
[LLVMdev] Can I get the value of the global variable defined in some module (JITing)
Hello, everyone! I need to define the global variable which would be modified by JITted code. Can I read it from the JITter itself? It is of pointer type. Best regards, Milovanov Victor.
Duncan Sands
2011-May-18 06:16 UTC
[LLVMdev] Can I get the value of the global variable defined in some module (JITing)
Hi,> I need to define the global variable which would be modified by JITted > code. Can I read it from the JITter itself? It is of pointer type.I'm not sure what you are asking, can you please be more explicit/detailed. Ciao, Duncan.
lost
2011-May-18 09:29 UTC
[LLVMdev] Can I get the value of the global variable defined in some module (JITing)
Ok, another explanation. In my runtime that uses LLVM as JIT engine, I have an instnace of GlobalVariable. The program I run in it writes some value to this variable. How can I read it? 2011/5/18 Duncan Sands <baldrick at free.fr>:> Hi, > >> I need to define the global variable which would be modified by JITted >> code. Can I read it from the JITter itself? It is of pointer type. > > I'm not sure what you are asking, can you please be more explicit/detailed. > > Ciao, Duncan. > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
Possibly Parallel Threads
- [LLVMdev] Can I get the value of the global variable defined in some module (JITing)
- [LLVMdev] Can I get the value of the global variable defined in some module (JITing)
- [LLVMdev] Access Violation using ExecutionEngine on 64-bit Windows 8 Consumer Preview
- [LLVMdev] Access Violation using ExecutionEngine on 64-bit Windows 8 Consumer Preview
- [LLVMdev] Accurate garbage collection