Add a note
authorChris Lattner <sabre@nondot.org>
Sun, 15 Jul 2001 00:16:02 +0000 (00:16 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 15 Jul 2001 00:16:02 +0000 (00:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ChrisNotes.txt

index 2f253e89ebe8a4d5290b14953040898b85163061..3b6a11b20b6160d4a19741a03ba397ca0d14fb89 100644 (file)
@@ -1,3 +1,4 @@
+* BytecodeWriter should use a deque<unsigned char> instead of vector!!!
 * Eliminate the method signature from a call instruction.  It should look like
   this: call int %func(int 2, int %reg118)
 * Indirect calls should use the icall instruction