Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use generational_gc. It's not good to get rid of the 4-% speedup
  • Loading branch information
Tadeusz Sośnierz committed Feb 26, 2011
1 parent a3df1e3 commit 41313b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configure.pl
Expand Up @@ -26,7 +26,7 @@
my $prefix = $options{'gen-parrot-prefix'} || cwd()."/parrot_install";
# parrot's Configure.pl mishandles win32 backslashes in --prefix
$prefix =~ s{\\}{/}g;
my @command = ($^X, "build/gen_parrot.pl", "--prefix=$prefix", ($^O !~ /win32/i ? "--optimize" : ()), @opts);
my @command = ($^X, "build/gen_parrot.pl", "--prefix=$prefix", ($^O !~ /win32/i ? "--optimize --gc=gms" : ()), @opts);

print "Generating Parrot ...\n";
print "@command\n\n";
Expand Down

0 comments on commit 41313b7

Please sign in to comment.