about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2021-11-29 21:15:51 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2021-11-30 08:10:47 +1100
commit6a83352aa3cb80eb83cb57aba30aad32d3881af7 (patch)
treebf25452b8be1008b9f4a5608c1f1e438b61075e3 /compiler/rustc_codegen_llvm/src
parent686e313a9aa14107c8631ffe48fa09110a7692db (diff)
downloadrust-6a83352aa3cb80eb83cb57aba30aad32d3881af7.tar.gz
rust-6a83352aa3cb80eb83cb57aba30aad32d3881af7.zip
Introduce `RawVec::reserve_for_push`.
If `Vec::push`'s capacity check fails it calls `RawVec::reserve`, which
then also does a capacity check.

This commit introduces `reserve_for_push` which skips the redundant
capacity check, for some slight compile time speed-ups.

I tried lots of minor variations on this, e.g. different inlining
attributes. This was the best one I could find.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions