[svn:parrot] r44633 - branches/rm_cflags/config/init

coke at svn.parrot.org coke at svn.parrot.org
Thu Mar 4 20:53:26 UTC 2010


Author: coke
Date: Thu Mar  4 20:53:26 2010
New Revision: 44633
URL: https://trac.parrot.org/parrot/changeset/44633

Log:
This file was removed, we no longer need to not optimize it.

Modified:
   branches/rm_cflags/config/init/optimize.pm

Modified: branches/rm_cflags/config/init/optimize.pm
==============================================================================
--- branches/rm_cflags/config/init/optimize.pm	Thu Mar  4 20:51:45 2010	(r44632)
+++ branches/rm_cflags/config/init/optimize.pm	Thu Mar  4 20:53:26 2010	(r44633)
@@ -76,9 +76,6 @@
 
     # per file overrides - not every compiler can optimize every file.
 
-    # never optimize this file.
-    $conf->data->set('optimize::src/tsq.c','');
-
     # The src/ops/core_ops*.c files are challenging to optimize.
     # gcc can usually handle it, but don't assume any other compilers can,
     # until there is specific evidence otherwise.


More information about the parrot-commits mailing list