[svn:parrot] r38694 - in trunk: . config/gen/makefiles t/op

NotFound at svn.parrot.org NotFound at svn.parrot.org
Mon May 11 19:30:34 UTC 2009


Author: NotFound
Date: Mon May 11 19:30:33 2009
New Revision: 38694
URL: https://trac.parrot.org/parrot/changeset/38694

Log:
[library] generate pcore.pbc and use it instead of his .pir

Modified:
   trunk/MANIFEST.generated
   trunk/config/gen/makefiles/root.in
   trunk/t/op/lexicals.t

Modified: trunk/MANIFEST.generated
==============================================================================
--- trunk/MANIFEST.generated	Mon May 11 18:45:05 2009	(r38693)
+++ trunk/MANIFEST.generated	Mon May 11 19:30:33 2009	(r38694)
@@ -152,6 +152,7 @@
 runtime/parrot/library/Parrot/Exception.pbc       [main]
 runtime/parrot/library/Parrot/HLLCompiler.pbc     [main]
 runtime/parrot/library/parrotlib.pbc              [main]
+runtime/parrot/library/pcore.pbc                  [main]
 runtime/parrot/library/pcre.pbc                   [main]
 runtime/parrot/library/PCT/Grammar.pbc            [pct]
 runtime/parrot/library/PCT/HLLCompiler.pbc        [pct]

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Mon May 11 18:45:05 2009	(r38693)
+++ trunk/config/gen/makefiles/root.in	Mon May 11 19:30:33 2009	(r38694)
@@ -262,6 +262,7 @@
 #IF(has_opengl):    $(LIBRARY_DIR)/OpenGL_funcs.pbc \
     $(LIBRARY_DIR)/P6object.pbc \
     $(LIBRARY_DIR)/parrotlib.pbc \
+    $(LIBRARY_DIR)/pcore.pbc \
     $(LIBRARY_DIR)/pcre.pbc \
     $(LIBRARY_DIR)/Parrot/Coroutine.pbc \
     $(LIBRARY_DIR)/Parrot/Exception.pbc \

Modified: trunk/t/op/lexicals.t
==============================================================================
--- trunk/t/op/lexicals.t	Mon May 11 18:45:05 2009	(r38693)
+++ trunk/t/op/lexicals.t	Mon May 11 19:30:33 2009	(r38694)
@@ -118,7 +118,7 @@
     $P0 = find_lex 'a'
     print "ok\n"
 .include 'interpinfo.pasm'
-    load_bytecode "pcore.pir"      # TODO autoload/preload
+    load_bytecode 'pcore.pbc'      # TODO autoload/preload
     interpinfo $P1, .INTERPINFO_CURRENT_SUB
     $P2 = $P1.'get_lexinfo'()
     $P2 = $P1.'get_lexenv'()


More information about the parrot-commits mailing list