cvsuser 04/03/05 00:39:13
Modified: . Configure.pl
Log:
really speed up oo1.pasm by 2
* add profile Configure support (gcc only)
* increase MIN_ITEMS of list chunks from 4 to 16
(this was old debugging stuff left over)
* this speeds up object creation by a factor of 2
Revision Changes Path
1.135 +8 -2 parrot/Configure.pl
Index: Configure.pl
===================================================================
RCS file: /cvs/public/parrot/Configure.pl,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -w -r1.134 -r1.135
--- Configure.pl 4 Mar 2004 11:14:55 -0000 1.134
+++ Configure.pl 5 Mar 2004 08:39:13 -0000 1.135
@@ -1,6 +1,6 @@
#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: Configure.pl,v 1.134 2004/03/04 11:14:55 mikescott Exp $
+# $Id: Configure.pl,v 1.135 2004/03/05 08:39:13 leo Exp $
=head1 NAME
@@ -68,6 +68,12 @@
Debugging is turned on by default. Use this to disable it.
+=item C<--profile>
+
+Turn on profiled compile (gcc only for now)
+
+Tell the compiler to do an optimization phase.
+
=item C<--optimize>
Tell the compiler to do an optimization phase.
@@ -421,7 +427,7 @@
for($key) {
/version/ && do {
- my $cvsid='$Id: Configure.pl,v 1.134 2004/03/04 11:14:55 mikescott Exp $';
+ my $cvsid='$Id: Configure.pl,v 1.135 2004/03/05 08:39:13 leo Exp $';
print <<"END";
Parrot Version $parrot_version Configure 2.0
$cvsid