summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2012-11-01 20:40:55 (GMT)
committerdkf <dkf@noemail.net>2012-11-01 20:40:55 (GMT)
commit8210d9bc8362de943d44bedf7c5b64f9867b13b2 (patch)
treec90a2e185468443f2a0436c84d413717c3ea8486 /generic/tclCompile.h
parent701de551a9167cf0b46e16f6fef0a464b4850de3 (diff)
downloadtcl-8210d9bc8362de943d44bedf7c5b64f9867b13b2.zip
tcl-8210d9bc8362de943d44bedf7c5b64f9867b13b2.tar.gz
tcl-8210d9bc8362de943d44bedf7c5b64f9867b13b2.tar.bz2
Working towards a BCCed [next].
This version <i>almost</i> works, except for a problem with restoring the context namespace upon return (which produces very strange results!) FossilOrigin-Name: 63445628683db9fd9dcf082ab2fc601ab7f0ec42
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index 08d59fd..e623e87 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -698,10 +698,13 @@ typedef struct ByteCode {
#define INST_INFO_LEVEL_NUM 150
#define INST_INFO_LEVEL_ARGS 151
#define INST_RESOLVE_COMMAND 152
+
+/* For compilation relating to TclOO */
#define INST_TCLOO_SELF 153
+#define INST_TCLOO_NEXT 154
/* The last opcode */
-#define LAST_INST_OPCODE 153
+#define LAST_INST_OPCODE 154
/*
* Table describing the Tcl bytecode instructions: their name (for displaying