This commit was manufactured by cvs2svn to create tag 'buildscript'.
[IRC.git] / Robust / src / docs / tagimplementation
diff --git a/Robust/src/docs/tagimplementation b/Robust/src/docs/tagimplementation
deleted file mode 100644 (file)
index 3b15ab4..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-Example:
-task test(Baz a {}{tag Foo x}, Bar b {}{tag Foo x, Tag Far y}) {
-}
-
-Idea: Each parameter with a tag has its own queue and a hashtable that
-is indexed by the tag
-
-When adding the object to the queue, the runtime: 
-
-1) cycles through each tag of the appropriate type in that object and
-index into the other queues for that tag
-
-2) if multiple objects have that tag, have to search each possible
-one...
-
-3) if the parameter is specified to have a second tag, search through
-each possible second tag
-
-Each flag object has tag pointer - it can either point to a tag object
-or a list of tags...