[svn:parrot] r41423 - branches/nsentry2/compilers/pct/src/PCT

bacek at svn.parrot.org bacek at svn.parrot.org
Tue Sep 22 23:17:07 UTC 2009


Author: bacek
Date: Tue Sep 22 23:17:06 2009
New Revision: 41423
URL: https://trac.parrot.org/parrot/changeset/41423

Log:
Mark HLLCompiler.parse_name with :nsentry. It heavily used in Rakudo

Modified:
   branches/nsentry2/compilers/pct/src/PCT/HLLCompiler.pir

Modified: branches/nsentry2/compilers/pct/src/PCT/HLLCompiler.pir
==============================================================================
--- branches/nsentry2/compilers/pct/src/PCT/HLLCompiler.pir	Tue Sep 22 23:02:47 2009	(r41422)
+++ branches/nsentry2/compilers/pct/src/PCT/HLLCompiler.pir	Tue Sep 22 23:17:06 2009	(r41423)
@@ -862,7 +862,7 @@
 
 =cut
 
-.sub 'parse_name' :method
+.sub 'parse_name' :method :nsentry
     .param string name
     $P0 = split '::', name
     .return ($P0)


More information about the parrot-commits mailing list