Author: coke
Date: Fri Jan  2 07:05:51 2009
New Revision: 34814

Modified:
   trunk/examples/benchmarks/oo1.pasm
   trunk/examples/benchmarks/oo2.pasm
   trunk/examples/benchmarks/oo3.pasm
   trunk/examples/benchmarks/oo4.pasm

Log:
reclaim 4 example files;
remove some opcode invocations that (1) did nothing, and (2) don't exist 
anymore.



Modified: trunk/examples/benchmarks/oo1.pasm
==============================================================================
--- trunk/examples/benchmarks/oo1.pasm  (original)
+++ trunk/examples/benchmarks/oo1.pasm  Fri Jan  2 07:05:51 2009
@@ -53,7 +53,6 @@
     getattribute P2, P3, ".i"
     print P2
     print "\n"
-    typeof I0, P3
     end
 
 .pcc_sub __init:

Modified: trunk/examples/benchmarks/oo2.pasm
==============================================================================
--- trunk/examples/benchmarks/oo2.pasm  (original)
+++ trunk/examples/benchmarks/oo2.pasm  Fri Jan  2 07:05:51 2009
@@ -40,7 +40,6 @@
     getattribute P2, P3, ".i"
     print P2
     print "\n"
-    typeof I0, P3
     end
 
 .pcc_sub __init:

Modified: trunk/examples/benchmarks/oo3.pasm
==============================================================================
--- trunk/examples/benchmarks/oo3.pasm  (original)
+++ trunk/examples/benchmarks/oo3.pasm  Fri Jan  2 07:05:51 2009
@@ -22,7 +22,6 @@
     getattribute P2, P3, ".i"
     print P2
     print "\n"
-    typeof I0, P3
     end
 
 .pcc_sub __init:

Modified: trunk/examples/benchmarks/oo4.pasm
==============================================================================
--- trunk/examples/benchmarks/oo4.pasm  (original)
+++ trunk/examples/benchmarks/oo4.pasm  Fri Jan  2 07:05:51 2009
@@ -22,7 +22,6 @@
     getattribute P2, P3, ".i"
     print P2
     print "\n"
-    typeof I0, P3
     end
 
 .pcc_sub __init:

Reply via email to