aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-07-15 00:16:02 +0000
committerChris Lattner <sabre@nondot.org>2001-07-15 00:16:02 +0000
commitbb1604c9313f36437742f972bef7431030ba3519 (patch)
tree699bb423776a6610f7ba0840d786c3ef810e4911
parenta3d3c2b64545c00f70453642e5d84b028dfce671 (diff)
Add a note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ChrisNotes.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ChrisNotes.txt b/docs/ChrisNotes.txt
index 2f253e89eb..3b6a11b20b 100644
--- a/docs/ChrisNotes.txt
+++ b/docs/ChrisNotes.txt
@@ -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