[svn:parrot] r44748 - branches/ops_pct/compilers/opsc

bacek at svn.parrot.org bacek at svn.parrot.org
Sun Mar 7 21:24:20 UTC 2010


Author: bacek
Date: Sun Mar  7 21:24:16 2010
New Revision: 44748
URL: https://trac.parrot.org/parrot/changeset/44748

Log:
Update TODO

Modified:
   branches/ops_pct/compilers/opsc/TODO

Modified: branches/ops_pct/compilers/opsc/TODO
==============================================================================
--- branches/ops_pct/compilers/opsc/TODO	Sun Mar  7 21:01:38 2010	(r44747)
+++ branches/ops_pct/compilers/opsc/TODO	Sun Mar  7 21:24:16 2010	(r44748)
@@ -2,8 +2,8 @@
 
 Required for initial self-hosting:
 
-  * Replacement for ops2c.pl
   * Update config/gen/makefiles/root.in to use opsc instead of ops2c
+  * Pass Ops::OpLib to Ops::File to skip ops.
 
 Required for full implementation:
   * Implement Trans::* for other runcores.
@@ -11,6 +11,7 @@
   * Add tests for dynamic mode of Emitter.
 
 Nice to have:
+  * (almost mandatory) Cache regexes used for Op body munching.
   * Profiling and performance tuning of ops parsing (we need pmichaud).
   * A LOT OF DOCUMENTATION.
 


More information about the parrot-commits mailing list