mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 21:16:27 +03:00
e52fe65d9a
This move a branch and more code into the cold method `finish_grow`, which means that less code is inlined at each `try_reserve` site. Additionally, this reduces the amount of parameters, so they can all be passed by registers.