about summary refs log tree commit diff
path: root/src/rustllvm/ExecutionEngineWrapper.cpp
diff options
context:
space:
mode:
authorFelix S. Klock II <pnkfelix@pnkfx.org>2014-03-07 16:50:40 +0100
committerFelix S. Klock II <pnkfelix@pnkfx.org>2014-03-12 08:05:20 +0100
commit586b619c76a3e5798283408954a0306d86ebc1ef (patch)
treeae1f2910935851e30fbbef23b9d5465b1f117461 /src/rustllvm/ExecutionEngineWrapper.cpp
parent28ebec516015eb0b9cef05e5da0685a18620b105 (diff)
downloadrust-586b619c76a3e5798283408954a0306d86ebc1ef.tar.gz
rust-586b619c76a3e5798283408954a0306d86ebc1ef.zip
Changed lists of lifetimes in ast and ty to use Vec instead of OptVec.
There is a broader revision (that does this across the board) pending
in #12675, but that is awaiting the arrival of more data (to decide
whether to keep OptVec alive by using a non-Vec internally).

For this code, the representation of lifetime lists needs to be the
same in both ScopeChain and in the ast and ty structures.  So it
seemed cleanest to just use `vec_ng::Vec`, now that it has a cheaper
empty representation than the current `vec` code.
Diffstat (limited to 'src/rustllvm/ExecutionEngineWrapper.cpp')
0 files changed, 0 insertions, 0 deletions