search for: gcmmap2

Displaying 19 results from an estimated 19 matches for "gcmmap2".

2010 Jul 14
0
[LLVMdev] How to cope with 'undefined reference' errors taken the example of building VMkit x86_64 version
...ommonThread.a make output: <<< make[1]: Leaving directory `/home/mn/tests/VMkit/vmkit/lib' make[1]: Entering directory `/home/mn/tests/VMkit/vmkit/tools/vmjc' llvm[1]: Compiling vmjc.cpp for Debug build llvm[1]: Linking Debug executable vmjc /home/mn/tests/VMkit/vmkit/Debug/lib/libGCMmap2.a(gcinit.o): In function `mvm::Collector::initialise()': /home/mn/tests/VMkit/vmkit/lib/Mvm/GCMmap2/gcinit.cpp:22: undefined reference to `GCAllocator::operator new(unsigned long)' /home/mn/tests/VMkit/vmkit/lib/Mvm/GCMmap2/gcinit.cpp:22: undefined reference to `GCAllocator::GCAllocator()...
2010 Jul 06
2
[LLVMdev] vmkit build problems
...mmtk or the default collector/installation (as described in the vmkit page or Alysson's writeup) using the svn head of llvm and vmkit, please let me know. thanks Z ... llvm[1]: Compiling vmjc.cpp for Debug build llvm[1]: Linking Debug executable vmjc /home/zoewolk/RESEARCH/vmkit/Debug/lib/libGCMmap2.a(gcinit.o): In function `mvm::Collector::initialise()': /home/zoewolk/RESEARCH/vmkit/lib/Mvm/GCMmap2/gcinit.cpp:22: undefined reference to `GCAllocator::operator new(unsigned long)' /home/zoewolk/RESEARCH/vmkit/lib/Mvm/GCMmap2/gcinit.cpp:22: undefined reference to `GCAllocator::GCAllocator...
2010 Jul 05
0
[LLVMdev] vmkit build problems
Hi Zoe, maybe you've already solved your problem with VMKit configuration, but here you can find a mini-tutorial that I've done to guide people on VMKit installation. http://www2.dcc.ufmg.br/laboratorios/llp/wiki/doku.php?id=afpf Best regards, Alysson On Wed, Jun 30, 2010 at 1:34 PM, nicolas geoffray < nicolas.geoffray at gmail.com> wrote: > Hi Zoe, > > Unfortunately, I
2010 Jun 30
2
[LLVMdev] vmkit build problems
Hi Zoe, Unfortunately, I don't have access to a x64 machine anymore, so I can't test that architecture on vmkit. Could you install a virtual machine on your machine that is x86_32? I know it has been successfully built and ran on x86_32 on different systems. Cheers, Nicolas On Wed, Jun 30, 2010 at 7:49 AM, Zoe Wolk <zoewolk at gmail.com> wrote: > Hi again Nicolas, > >
2010 Sep 28
1
[LLVMdev] [VMKit-2.7] libvmjc.so building problem
...ule 'glibj.zip.bc'. 2. Running pass 'Module Verifier' on function '@JnJVM_gnu_CORBA_CDR_VMVio_allocateObject__Ljava_lang_Class_2Ljava_lang_Class_2Ljava_lang_reflect_Constructor_2' ============================================================ Someone suggested me to use GCMmap2 without llvm-gcc instead of MMTk. So I use the following arguments to reconfigure my VMKit: ./configure --prefix=/home/lhtseng/llvm --with-llvmsrc=/home/lhtseng/llvm/src/llvm --with-llvmobj=/home/lhtseng/llvm/obj/llvm --with-gnu-classpath-libs=/...
2008 Jul 01
0
[LLVMdev] vmkit on x86_64
...it because the llvm API has moved from BinaryOperator::create to BinaryOperator::Create. Are you using svn head? Now on the x86_64 part. There has been very little work on porting vmkit on x86_64. If you're having compilation problems, I suppose it's in the garbage collector directory (GCMmap2). If you could make the GC code x86_64 clean, I think that would be a major step to execute vmkit on your box. There should be little code in the virtual machines that need to be rewritten. For the JavaObject class, indeed, it's assuming the lock field is 32-bit. I plan to change that in o...
2008 Jul 01
2
[LLVMdev] vmkit on x86_64
Hello, I'm trying to compile vmkit on a x86_64 linux box with gcc-4.1.2, but I'm running into troubles because of various problems with casts between pointers and integers. Is there anybody who succeeded in this task? Az I see, some of the problems can be fixed with an appropriate typedef/macro declaration, but in VMCore/JavaObject.cpp some lowlevel bitmanipulation is used, to mark
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...If you can get a running 32bit system, I'd suggest you do so, as you'll get up to speed right away. I can't test VMKit on a 64bits machine, and I have been aware that there are some compilation/execution problems. Besides, the current GCs of VMKit do not work on 64bits (neither MMTk nor GCMmap2). Nicolas On Tue, Jul 20, 2010 at 3:56 PM, Joshua Warner <joshuawarner32 at gmail.com>wrote: > Hi Minas, > > I tried recompiling Classpath with -fno-omit-frame-pointer, and now, > instead of printing an error message, j3 just segfaults in > "j3::JnjvmClassLoader::loadCl...
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...a running 32bit system, I'd suggest you do so, as you'll get > up to speed right away. I can't test VMKit on a 64bits machine, and I have > been aware that there are some compilation/execution problems. Besides, the > current GCs of VMKit do not work on 64bits (neither MMTk nor GCMmap2). > > Nicolas > > > On Tue, Jul 20, 2010 at 3:56 PM, Joshua Warner <joshuawarner32 at gmail.com>wrote: > >> Hi Minas, >> >> I tried recompiling Classpath with -fno-omit-frame-pointer, and now, >> instead of printing an error message, j3 just segfaults...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...bit system, I'd suggest you do so, as you'll >> get up to speed right away. I can't test VMKit on a 64bits machine, and I >> have been aware that there are some compilation/execution problems. Besides, >> the current GCs of VMKit do not work on 64bits (neither MMTk nor GCMmap2). >> >> Nicolas >> >> >> On Tue, Jul 20, 2010 at 3:56 PM, Joshua Warner <joshuawarner32 at gmail.com>wrote: >> >>> Hi Minas, >>> >>> I tried recompiling Classpath with -fno-omit-frame-pointer, and now, >>> instead of prin...
2012 Jun 29
0
[LLVMdev] llcj : Error
When i tried to compile hello.class to executable the llcj --main=hello hello.class -o hello i got the following error /usr/bin/ld: error: cannot find -lAllocator/usr/bin/ld: error: cannot find -lGCMmap2/usr/bin/ld: error: cannot find -lvmjc/usr/bin/ld: error: cannot find -lLLVMSystem Where can i get the libraries related to Allocated , GCMmap2 , vmjc and LLVMSystem -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm...
2010 Jul 20
4
[LLVMdev] Fwd: Building VMKit
Hi Minas, I tried recompiling Classpath with -fno-omit-frame-pointer, and now, instead of printing an error message, j3 just segfaults in "j3::JnjvmClassLoader::loadClassFromAsciiz(char const*, bool, bool) ()" I ran llcj under strace and found that it is not even opening the input or output files, but is otherwise running normally. Updating to the latest SVN version (revision 108831)
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...I'd suggest you do so, as you'll >>> get up to speed right away. I can't test VMKit on a 64bits machine, and I >>> have been aware that there are some compilation/execution problems. Besides, >>> the current GCs of VMKit do not work on 64bits (neither MMTk nor GCMmap2). >>> >>> Nicolas >>> >>> >>> On Tue, Jul 20, 2010 at 3:56 PM, Joshua Warner <joshuawarner32 at gmail.com >>> > wrote: >>> >>>> Hi Minas, >>>> >>>> I tried recompiling Classpath with -fno-omit-f...
2011 Jan 11
2
[LLVMdev] VMKit link
...pInt': /root/llvm/vmkit/lib/J3/Classpath/Classpath.inc:322: undefined reference to `__sync_bool_compare_and_swap_4' /root/llvm/vmkit/Debug+Asserts/lib/libClasspath.a(JavaUpcalls.o): In function `mvm::Collector::objectReferenceTryCASBarrier(gc*, gc**, gc*, gc*)': /root/llvm/vmkit/lib/Mvm/GCMmap2/MvmGC.h:375: undefined reference to `__sync_val_compare_and_swap_4' /root/llvm/vmkit/Debug+Asserts/lib/libJ3Compiler.a(JavaJITCompiler.o): In function `j3::JavaJ3LazyJITCompiler::addCallback(j3::Class*, unsigned short, j3::Signdef*, bool, llvm::BasicBlock*)': /root/llvm/vmkit/lib/J3/Compile...
2010 Aug 05
2
[LLVMdev] VMKit Boehm MMTk Compilation
Hello, I've been able to get J3 working with the single and multimap garbage collectors but have hit several snags with Boehm and MMTk. For MMTk I get here: Buildfile: /cs/student/kyleklein/vmkit/mmtk/java/build.xml main: [mkdir] Created dir: /cs/student/kyleklein/vmkit/mmtk/java/classes [javac] Compiling 373 source files to /cs/student/kyleklein/vmkit/mmtk/java/classes
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...o, as you'll >>>>> get up to speed right away. I can't test VMKit on a 64bits machine, and I >>>>> have been aware that there are some compilation/execution problems. Besides, >>>>> the current GCs of VMKit do not work on 64bits (neither MMTk nor GCMmap2). >>>>> >>>>> Nicolas >>>>> >>>>> >>>>> On Tue, Jul 20, 2010 at 3:56 PM, Joshua Warner < >>>>> joshuawarner32 at gmail.com> wrote: >>>>> >>>>>> Hi Minas, >>>>...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...est you do so, as you'll >>>> get up to speed right away. I can't test VMKit on a 64bits machine, and I >>>> have been aware that there are some compilation/execution problems. Besides, >>>> the current GCs of VMKit do not work on 64bits (neither MMTk nor GCMmap2). >>>> >>>> Nicolas >>>> >>>> >>>> On Tue, Jul 20, 2010 at 3:56 PM, Joshua Warner < >>>> joshuawarner32 at gmail.com> wrote: >>>> >>>>> Hi Minas, >>>>> >>>>> I trie...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...9;ll get up to speed right away. I can't test VMKit on a 64bits machine, >>>>>> and I have been aware that there are some compilation/execution problems. >>>>>> Besides, the current GCs of VMKit do not work on 64bits (neither MMTk nor >>>>>> GCMmap2). >>>>>> >>>>>> Nicolas >>>>>> >>>>>> >>>>>> On Tue, Jul 20, 2010 at 3:56 PM, Joshua Warner < >>>>>> joshuawarner32 at gmail.com> wrote: >>>>>> >>>>>&gt...
2010 Aug 19
0
[LLVMdev] VMKit Boehm MMTk Compilation
...a >>>>>>>>>> >>>>>>>>>>> while, >>>>>>>>>>> and >>>>>>>>>>> I plan to remove it in the next release. So either choose MMTk or >>>>>>>>>>> GCMmap2 >>>>>>>>>>> for the GC. >>>>>>>>>>> >>>>>>>>>>> For MTMk, maybe the build system is not clever enough to fail when >>>>>>>>>>> MMTk >>>>>>>>&gt...