search for: startjnjvmwithoutjit

Displaying 7 results from an estimated 7 matches for "startjnjvmwithoutjit".

2009 Dec 06
2
[LLVMdev] How to run vmjc created .bc files?
Hi, What do I need to link with vmjc created .bc files to actually run the .bc file? I tried running with lli but only got: LLVM ERROR: Program used external function 'StartJnjvmWithoutJIT' which could not be resolved! Thanks, Michael
2009 Dec 08
0
[LLVMdev] How to run vmjc created .bc files?
...w days. Nicolas On Sun, Dec 6, 2009 at 10:07 PM, Michael Wu <mmwu at princeton.edu> wrote: > Hi, > > What do I need to link with vmjc created .bc files to actually run > the .bc file? I tried running with lli but only got: > LLVM ERROR: Program used external function 'StartJnjvmWithoutJIT' which > could not be resolved! > > Thanks, > Michael > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -------------- next pa...
2009 Dec 08
2
[LLVMdev] How to run vmjc created .bc files?
...lt;mmwu at princeton.edu > <mailto:mmwu at princeton.edu>> wrote: > > Hi, > > What do I need to link with vmjc created .bc files to actually run > the .bc file? I tried running with lli but only got: > LLVM ERROR: Program used external function 'StartJnjvmWithoutJIT' > which > could not be resolved! > > Thanks, > Michael > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu <mailto:LLVMdev at cs.uiuc.edu> > http://llvm.cs.uiuc.edu &g...
2009 Dec 09
2
[LLVMdev] How to run vmjc created .bc files?
...n.edu>>> wrote: > > Hi, > > What do I need to link with vmjc created .bc files to > actually run > the .bc file? I tried running with lli but only got: > LLVM ERROR: Program used external function > 'StartJnjvmWithoutJIT' > which > could not be resolved! > > Thanks, > Michael > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu <mailto:LLVMdev at cs.uiuc.ed...
2009 Dec 08
0
[LLVMdev] How to run vmjc created .bc files?
...<mailto: >> mmwu at princeton.edu>> wrote: >> >> Hi, >> >> What do I need to link with vmjc created .bc files to actually run >> the .bc file? I tried running with lli but only got: >> LLVM ERROR: Program used external function 'StartJnjvmWithoutJIT' >> which >> could not be resolved! >> >> Thanks, >> Michael >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu <mailto:LLVMdev at cs.uiuc.edu> >> http://ll...
2014 Apr 06
2
[LLVMdev] Using StartJnjvmWithJIT from jnjvm.cpp in VMKit
Hi Does anybody use *StartJnjvmWithJIT* from jvjvm.cpp in VMKit? Becuase , I am looking to use without JIT when we are running the Java byte code. My concern is StartJnjvmWithJIT getting three argument *int argc, char** argv, char* mainClass* - why we need to pass *argv and mainclass* arguments here? please help me on this. Regards Sri. -------------- next part -------------- An
2014 Sep 09
2
[LLVMdev] VMKit is retired (but you can help if you want!)
Oups, sorry for the mistake, llcj (not llc:)) is not more maintained! Gaël Le 10 sept. 2014 00:27, "Gaël Thomas" <gael.thomas00 at gmail.com> a écrit : > Hi Brian, > > So, I confirm, llc is not more maintained. And using vmjc is probably > the good starting point to translate Java bytecode into llvm bitcode. > > However, I think that your hack (changing the way