* Emit bytecode using a deque instead of a vector to be faster
authorChris Lattner <sabre@nondot.org>
Fri, 7 Sep 2001 16:39:41 +0000 (16:39 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 7 Sep 2001 16:39:41 +0000 (16:39 +0000)
commite8fdde179d610ad4452b0cbed67d17b78ace4e38
tree9d1a9aa711ecf3cd9e1f2736f02e407854a07f93
parent1d670cc40299cb51198c58f9c0c97a9b54248760
* Emit bytecode using a deque instead of a vector to be faster
* Internal rep no longer has a constant pool
* Support emission of recursive types
* Don't output a constant pool for an external method
* The bytecode writer is no longer a module analyzer

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@449 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bytecode/Writer/ConstantWriter.cpp
lib/Bytecode/Writer/InstructionWriter.cpp
lib/Bytecode/Writer/Writer.cpp
lib/Bytecode/Writer/WriterInternals.h