Displaying 11 results from an estimated 11 matches for "marksweep".
2011 Jul 24
2
[LLVMdev] Unable to run a java class by j3
...llvm-2.9 --with-gnu-classpath-
glibj=/usr/local/classpath/share/classpath --with-gnu-classpath-
libs=/usr/local/classpath/lib --with-llvmobj=/usr/local/llvm-2.9
Using "--with-mmtk-plan" returns the following error: "configure: error:
/bin/bash .//autoconf/config.sub org.mmtk.plan.marksweep.MS failed", so I
committed it assuming it will use the default value.
2011 Jul 24
0
[LLVMdev] Unable to run a java class by j3
...irectory
where you compiled it. At the end of the compilation process, you should
have:
.../classpath-0.97.2/lib/*.so
.../classpath-0.97.2/lib/glibj.zip
> Using "--with-mmtk-plan" returns the following error: "configure: error:
> /bin/bash .//autoconf/config.sub org.mmtk.plan.marksweep.MS<http://org.mmtk.plan.marksweep.ms/> failed",
> so I
> committed it assuming it will use the default value.
>
>
It will get the default which is org.mmtk.plan.marksweep.MS, but the
configure error is strange. Could you try with another collector?
Nicolas
>
> _____...
2012 Nov 16
3
[LLVMdev] Making VMKit2
...tion:
ela at ela-VirtualBox:~/Desktop/vmkit2$
./configure --with-llvmsrc=/home/ela/Desktop/llvm/
--with-llvmobj=/home/ela/Desktop/llvm/
--with-gnu-classpath-libs=/home/ela/Desktop/classpath-0.97.2/lib/
--with-gnu-classpath-glibj=/home/ela/Desktop/classpath-0.97.2/lib/
--with-mmtk-plan=org.mmtk.plan.marksweep.MS --with-classpath-impl=gnuclasspath
--with-openjdk-path=/usr/lib/jvm/jav-gcj/
Then, the end part of the output is as
follows:
make[2]:
Entering directory `/home/ela/Desktop/vmkit2/mmtk/java'
Buildfile:
/home/ela/Desktop/vmkit2/mmtk/java/build.xml
main:
[mkdir] Created dir:
/home/ela/D...
2012 Nov 19
0
[LLVMdev] Making VMKit2
...sktop-amd64 on Intel(R) Corei5, and the previous problem solved. But another one appeared! With the following configuration:
elaheh at elaheh-Lenovo-G470:~/Desktop/vmkit2$ ./configure --with-llvmsrc=/home/elaheh/Desktop/llvm/ --with-llvmobj=/home/elaheh/Desktop/llvm/ --with-mmtk-plan=org.mmtk.plan.marksweep.MS --with-gnu-classpath-glibj=/home/elaheh/Desktop/classpath-0.97.2/lib/glibj.zip --with-gnu-classpath-libs=/home/elaheh/Desktop/classpath-0.97.2/lib/ --with-classpath-impl=gnuclasspath
next: elaheh at elaheh-Lenovo-G470:~/Desktop/vmkit2$ make VERBOSE=1 ENABLE_OPTIMIZED=1
...
then /...
2012 Oct 20
1
[LLVMdev] VMKit: Problem compiling vmkit
...gure vmkit:
PRE=/home/callum/vmkit
./configure --with-llvmsrc="$PRE/llvm" \
--with-llvmobj="$PRE/llvm" \
--with-gnu-classpath-glibj="$PRE/classpath-0.97.2/lib/glibj.zip" \
--with-gnu-classpath-libs="$PRE/classpath-0.97.2/lib" \
--with-mmtk-plan=org.mmtk.plan.marksweep.MS
but when I try make this happens:
callum at callum-vm:~/vmkit/vmkit$ make ENABLE_OPTIMIZED=1
llvm[0]: Constructing LLVMBuild project information.
make[1]: Entering directory
`/home/callum/vmkit/vmkit/lib/vmkit/StaticGCPass'
make[1]: Nothing to be done for `all'.
make[1]: Leaving direc...
2013 Sep 12
2
[LLVMdev] VmKit - Error in j3/precompiler after a big surgery to MMTk part
Hi,
I replaced the MMTk code with a C-version MMTk code (I have been working
on such AOT compiler for a while). The compiler should deal with most of
the MMTk code base correctly - at least I get marksweep running with a
tiny client). So I am trying to put the C version MMTk back with VmKit.
I tried not to change much existing code except where necessary, such as
name mangling and MMTkObject layout.
I am having the following error during building VmKit:
[vmkit ./tools/trainer]: Pre-compiling...
2013 Sep 12
0
[LLVMdev] VmKit - Error in j3/precompiler after a big surgery to MMTk part
...ode
of J3 and VMKit...
Gaël
2013/9/12 Yi Lin <qinsoon at gmail.com>:
> Hi,
>
> I replaced the MMTk code with a C-version MMTk code (I have been working on
> such AOT compiler for a while). The compiler should deal with most of the
> MMTk code base correctly - at least I get marksweep running with a tiny
> client). So I am trying to put the C version MMTk back with VmKit. I tried
> not to change much existing code except where necessary, such as name
> mangling and MMTkObject layout.
>
> I am having the following error during building VmKit:
>
> [vmkit ./too...
2011 Jul 20
0
[LLVMdev] Unable to run a java class by j3
Did you link the shared libraries? (step 2).
Also, can you send me your configure option?
Nicolas
On Wed, Jul 20, 2011 at 3:45 PM, Sarah <sarah.berenji at gmail.com> wrote:
> Nicolas Geoffray <nicolas.geoffray <at> gmail.com> writes:
>
> >
> >
> > Hi Sarah,
> >
> > You should use classpath 0.97.2 and not 0.98 (isn't the error message
2011 Jul 20
2
[LLVMdev] Unable to run a java class by j3
Nicolas Geoffray <nicolas.geoffray <at> gmail.com> writes:
>
>
> Hi Sarah,
>
> You should use classpath 0.97.2 and not 0.98 (isn't the error message obvious?
).
> So please try with classpath 0.97.2, and let me know if it works.
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev <at> cs.uiuc.edu
2012 May 29
3
[LLVMdev] make error
...m site. Below is the configureation output along with the make output.
I run ./configure with the following parameters
./configure --with-llvmsrc=../llvm --with-gnu-classpath-glibj=../classpath-0.97.2/lib/glibj.zip --with-gnu-classpath-libs=../classpath-0.97.2/lib/ --with-mmtk-plan=org.mmtk.plan.marksweep.MS
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking type of operating system we're going to host on... Linux
configure: Validing GNU Classpath installation...
checking for ../classpath-0.9...
2012 May 29
0
[LLVMdev] make error
...along with the make
> output.
>
>
> I run ./configure with the following parameters
>
> ./configure --with-llvmsrc=../llvm
> --with-gnu-classpath-glibj=../classpath-0.97.2/lib/glibj.zip
> --with-gnu-classpath-libs=../classpath-0.97.2/lib/ --with-mmtk-plan=
> org.mmtk.plan.marksweep.MS
You also need to tell vmkit where to find the binaries of llvm. This is
done by passing --with-llvmobj=wherever you compiled llvm and clang.
>
>
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking target system type......