summaryrefslogtreecommitdiffstats
path: root/opt_insn_unif.def
diff options
context:
space:
mode:
Diffstat (limited to 'opt_insn_unif.def')
-rw-r--r--opt_insn_unif.def29
1 files changed, 29 insertions, 0 deletions
diff --git a/opt_insn_unif.def b/opt_insn_unif.def
new file mode 100644
index 000000000..c81d72cdb
--- /dev/null
+++ b/opt_insn_unif.def
@@ -0,0 +1,29 @@
+#
+# a definition of instruction unification
+#
+#
+
+__END__
+
+putobject putobject
+putobject putstring
+putobject setlocal
+putobject setdynamic
+
+putstring putstring
+putstring putobject
+putstring setlocal
+putstring setdynamic
+
+# putnil end
+
+dup setlocal
+
+# from tarai
+getlocal getlocal
+# getlocal send
+
+# from tak, ackermann
+getlocal putobject
+
+