Skip to content

Commit

Permalink
Track today's change that made JIT the default
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Oct 1, 2014
1 parent 07d545b commit a81ba73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/rakudo.moar-jit.sh
Expand Up @@ -9,7 +9,7 @@ git clone repos/nqp.git rakudo.moar-jit/nqp
git clone repos/MoarVM.git rakudo.moar-jit/nqp/MoarVM
git clone repos/roast.git rakudo.moar-jit/t/spec
cd rakudo.moar-jit
perl Configure.pl --gen-moar --moar-option=--enable-jit --gen-nqp --backends=moar
perl Configure.pl --gen-moar --gen-nqp --backends=moar
make all

# uninstalled rakudo doesn't know how to find Test.pm
Expand Down
2 changes: 1 addition & 1 deletion bin/rakudo.moar.sh
Expand Up @@ -9,7 +9,7 @@ git clone repos/nqp.git rakudo.moar/nqp
git clone repos/MoarVM.git rakudo.moar/nqp/MoarVM
git clone repos/roast.git rakudo.moar/t/spec
cd rakudo.moar
perl Configure.pl --backends=moar --gen-moar --gen-nqp
perl Configure.pl --gen-moar --gen-nqp --backends=moar --moar-option=--no-jit
make all

# uninstalled rakudo doesn't know how to find Test.pm
Expand Down

0 comments on commit a81ba73

Please sign in to comment.