[svn:parrot] r38441 - branches/pmc_pct/compilers/pmc/src/emitter
bacek at svn.parrot.org
bacek at svn.parrot.org
Sat May 2 05:59:07 UTC 2009
Author: bacek
Date: Sat May 2 05:59:06 2009
New Revision: 38441
URL: https://trac.parrot.org/parrot/changeset/38441
Log:
Resurrect TODO comment
Modified:
branches/pmc_pct/compilers/pmc/src/emitter/pmc.pm
Modified: branches/pmc_pct/compilers/pmc/src/emitter/pmc.pm
==============================================================================
--- branches/pmc_pct/compilers/pmc/src/emitter/pmc.pm Sat May 2 05:58:23 2009 (r38440)
+++ branches/pmc_pct/compilers/pmc/src/emitter/pmc.pm Sat May 2 05:59:06 2009 (r38441)
@@ -103,6 +103,8 @@
~ self.name
~ "_class_init(PARROT_INTERP, int entry, int pass) {\n");
+ # PUT VTABLE GENERTION HERE
+
my $past := self.past;
if ($past<class_init>) {
@res.push("/* class_init */\n");
More information about the parrot-commits
mailing list