Re: fun with memory with origin/jvm-support

2013-05-19 Thread Gerd Pokorra
Hello, after checking out the branch "rak-jvm-support" from the nqp repository and the branch "jvm-support" from the rakudo repository both build fine on JVM. ./perl6 --version This is perl6 version 2013.04-225-g7d2e5b4 built on JVM Thank you very much for the information Nicholas. -- Gerd Po

Re: fun with memory with origin/jvm-support

2013-05-18 Thread Nicholas Clark
On Sat, May 18, 2013 at 09:03:35PM +0200, Gerd Pokorra wrote: > Hello, > > I get the same error with the -Xmx1024m flag. > > > java -Xmx1024m -cp > src/vm/jvm/stage0:nqp-runtime.jar:3rdparty/asm/asm-4.1.jar nqp > --bootstrap --module-path=src/stage1 --setting-path=src/stage1 > --setting=NQPCORE

Re: fun with memory with origin/jvm-support

2013-05-18 Thread Gerd Pokorra
Hello, I get the same error with the -Xmx1024m flag. > java -Xmx1024m -cp src/vm/jvm/stage0:nqp-runtime.jar:3rdparty/asm/asm-4.1.jar nqp --bootstrap --module-path=src/stage1 --setting-path=src/stage1 --setting=NQPCORE --no-regex-lib --target=classfile --output=src/stage1/QAST.class src/stage1/ge

Re: fun with memory with origin/jvm-support

2013-05-18 Thread Nicholas Clark
On Sat, May 18, 2013 at 05:17:58PM +0200, Gerd Pokorra wrote: > Hello, > > how did you fix the build of NQP for the JVM? > > I have the same problem that you reported in an other email. As I said in the e-mail: > Am Freitag, den 17.05.2013, 08:28 +0100 schrieb Nicholas Clark: > > So I can build

Re: fun with memory with origin/jvm-support

2013-05-18 Thread Gerd Pokorra
Hello, how did you fix the build of NQP for the JVM? I have the same problem that you reported in an other email. > perl ConfigureJVM.pl > make ... perl tools/build/gen-cat.pl jvm src/vm/jvm/QAST/Compiler.nqp > src/stage1/gen/QAST.nqp java -cp src/vm/jvm/stage0:nqp-runtime.jar:3rdparty/asm/asm-

fun with memory with origin/jvm-support

2013-05-17 Thread Nicholas Clark
So I can build Rakudo for the JVM no problem on a rather beefy server. When I tried it on a desktop with 2GB it fails: $ java -Xbootclasspath/a:.:/home/nick/Perl/rakudo/nqp/install/nqp-runtime.jar:/home/nick/Perl/rakudo/nqp/install/asm-4.1.jar:/home/nick/Perl/rakudo/nqp/install/jline-1.0.jar:raku