search for: libvmjc

Displaying 13 results from an estimated 13 matches for "libvmjc".

2010 Sep 28
1
[LLVMdev] [VMKit-2.7] libvmjc.so building problem
...mmtk and then use `make ENABLE_OPTIMIZED=1' to build it (I follow the instructions in this page: http://vmkit.llvm.org/use_mmtk.html) After it's done, `j3' works properly. Then I follow these instructions to enable AOT compilation: http://vmkit.llvm.org/use_aot.html * cd tools/vmjc/libvmjc * make ENABLE_OPTIMIZED=1 REQUIRES_FRAME_POINTER=1 And an error is occurred: ============================================================ llvm[0]: Compiling glibj.zip to llvm llvm[0]: Optimizing glibj.zip Instruction does not dominate all uses! %60 = getelementptr %MutatorThread* %59, i32 0, i3...
2012 Jul 09
1
[LLVMdev] Error generating a executable using llcj
I installed vmkit-0.29 and tried to generate a executable using llcj I generated the libvmjc and updated the library path export LD_LIBRARY_PATH=$(VMKIT_OBJ)/Release/lib llcj --main=hello hello.class -o hello but i am getting the following error /home/shyam/classpath-0.97.2/lib/vmkit/Release+Debug/lib/libvmjc.a(glibj.zip.o): In function `JnJVM_sun_misc_Unsafe_putLong__Ljava_lang_Object_2JJ...
2009 Dec 08
2
[LLVMdev] How to run vmjc created .bc files?
...orted from Java 7, which is necessary for my project. JSR166: http://gee.cs.oswego.edu/dl/concurrency-interest/ Of course, I'm not sure JnJvm supports multiple cores, but this is more a proof of concept than anything. Should I just insert the necessary classes into glibj.zip and recompile libvmjc.so? Thanks, Michael nicolas geoffray wrote: > Hi Michael, > > Currently, you can run vmjc created .bc files by statically linking > them with all the .o needed files. For that, you can use the llcj > tool, which works more or less like GCC's gcj tool. > > Note that you...
2009 Dec 08
0
[LLVMdev] How to run vmjc created .bc files?
Hi Michael, Currently, you can run vmjc created .bc files by statically linking them with all the .o needed files. For that, you can use the llcj tool, which works more or less like GCC's gcj tool. Note that you also need to create the libvmjc.so file, which contains the standard library in native form. Do a make in the tools/vmjc/libvmjc directory. Once this is done, update the LD_LIBRARY_PATH shell variable to contain this file, and update PATH to contain the llvm tools and the vmkit tools. You will then be able to use llcj. Let me kn...
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 09
2
[LLVMdev] How to run vmjc created .bc files?
...I'm not sure JnJvm supports multiple cores, but this is > more a proof of concept than anything. > > > OK, if it has native functions, chances are jnjvm does not implement them. > > > Should I just insert the necessary classes into glibj.zip and > recompile libvmjc.so? > > > You can do that, or just insert them to your .jar file. > > Cheers, > Nicolas > > > Thanks, > Michael > > nicolas geoffray wrote: > > Hi Michael, > > Currently, you can run vmjc created .bc files by statically...
2009 Dec 08
0
[LLVMdev] How to run vmjc created .bc files?
...ar file. > Of course, I'm not sure JnJvm supports multiple cores, but this is more a > proof of concept than anything. > > OK, if it has native functions, chances are jnjvm does not implement them. > Should I just insert the necessary classes into glibj.zip and recompile > libvmjc.so? > > You can do that, or just insert them to your .jar file. Cheers, Nicolas > Thanks, > Michael > > nicolas geoffray wrote: > >> Hi Michael, >> >> Currently, you can run vmjc created .bc files by statically linking them >> with all the .o needed f...
2009 Jun 15
1
[LLVMdev] VmKit Question.
Hi, I compiled VmKit and got it running, but do not know how it is possible to emit llvm-bitcode fram .java code. Would you please help me? Thanks, ::Saman -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090615/79240d35/attachment.html>
2010 Jul 19
2
[LLVMdev] VMkit AOT build problem: llc crushed on glibj compilation to native(.s) file
Hi, Trying to build AOT version of vmkit java, building for that classpath glibj.zip: $ cd vmkit/tools/vmjc/libvmjc $ make ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 REQUIRES_FRAME_POINTER=1 has eventually, after 50 minutes, brought: <<< llvm[0]: Compiling glibj.zip to llvm llvm[0]: Optimizing glibj.zip llvm[0]: Compiling glibj.zip.bc to native UNREACHABLE executed! 0 llc 0x0000000000c0e04f 1...
2010 Aug 02
0
[LLVMdev] VMkit AOT build problem: llc crushed on glibj compilation to native(.s) file
On Mon, Jul 19, 2010 at 7:40 PM, Minas Abrahamyan <minas.subs at gmail.com> wrote: > Trying to build AOT version of vmkit java, > building for that classpath glibj.zip: > > $ cd vmkit/tools/vmjc/libvmjc > $ make ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 REQUIRES_FRAME_POINTER=1 > > has eventually, after 50 minutes, brought: > <<< > llvm[0]: Compiling glibj.zip to llvm > llvm[0]: Optimizing glibj.zip > llvm[0]: Compiling glibj.zip.bc to native > UNREACHABLE executed!...
2010 Aug 03
2
[LLVMdev] VMkit AOT build problem: llc crushed on glibj compilation to native(.s) file
...olas 2010/8/2 Allan Tong <actong88 at gmail.com> > On Mon, Jul 19, 2010 at 7:40 PM, Minas Abrahamyan <minas.subs at gmail.com> > wrote: > > Trying to build AOT version of vmkit java, > > building for that classpath glibj.zip: > > > > $ cd vmkit/tools/vmjc/libvmjc > > $ make ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 REQUIRES_FRAME_POINTER=1 > > > > has eventually, after 50 minutes, brought: > > <<< > > llvm[0]: Compiling glibj.zip to llvm > > llvm[0]: Optimizing glibj.zip > > llvm[0]: Compiling glibj.zip.bc to...
2009 Aug 13
1
[LLVMdev] vmkit and klee
Hi, I am trying to evaluate how complex would be to modify KLEE ( http://klee.llvm.org/ ) so that it can run LLVM bitcode compiled from Java code obtained with vmjc (from the VMKIT project). Your feedback will be very appreciated. I am familiar with KLEE but I would like to know more about VMKIT, so please point me to the right docs/source code if appropriate. After a quick look over
2010 Aug 04
0
[LLVMdev] VMkit AOT build problem: llc crushed on glibj compilation to native(.s) file
...tong88 at gmail.com> >> >> On Mon, Jul 19, 2010 at 7:40 PM, Minas Abrahamyan <minas.subs at gmail.com> >> wrote: >> > Trying to build AOT version of vmkit java, >> > building for that classpath glibj.zip: >> > >> > $ cd vmkit/tools/vmjc/libvmjc >> > $ make ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 REQUIRES_FRAME_POINTER=1 >> > >> > has eventually, after 50 minutes, brought: >> > <<< >> > llvm[0]: Compiling glibj.zip to llvm >> > llvm[0]: Optimizing glibj.zip >> > llvm[0...