about summary refs log tree commit diff
path: root/src/rustllvm/ExecutionEngineWrapper.cpp
diff options
context:
space:
mode:
authorNick Cameron <ncameron@mozilla.com>2014-04-09 19:15:31 +1200
committerNick Cameron <ncameron@mozilla.com>2014-04-20 12:41:53 +1200
commit37306c1d25a6bb8d1e96adaff6a360d6163b8f29 (patch)
tree91051bd00ea667f183b47547547d3b753774fc56 /src/rustllvm/ExecutionEngineWrapper.cpp
parent3757f01c9bed7b2fe0d726ac45c754312e2917ea (diff)
downloadrust-37306c1d25a6bb8d1e96adaff6a360d6163b8f29.tar.gz
rust-37306c1d25a6bb8d1e96adaff6a360d6163b8f29.zip
Refactor ty_vec represent &[T] as &([T])
Refactores all uses of ty_vec and associated things to remove the vstore abstraction (still used for strings, for now). Pointers to vectors are stored as ty_rptr or ty_uniq wrapped around a ty_vec. There are no user-facing changes. Existing behaviour is preserved by special-casing many instances of pointers containing vectors. Hopefully with DST most of these hacks will go away. For now it is useful to leave them hanging around rather than abstracting them into a method or something.

Closes #13554.
Diffstat (limited to 'src/rustllvm/ExecutionEngineWrapper.cpp')
0 files changed, 0 insertions, 0 deletions