]> git.lizzy.rs Git - rust.git/commit
Introduce a fast-path for type_is_sized/type_moves_by_default
authorAriel Ben-Yehuda <arielb1@mail.tau.ac.il>
Fri, 5 Jun 2015 00:50:49 +0000 (03:50 +0300)
committerAriel Ben-Yehuda <arielb1@mail.tau.ac.il>
Fri, 5 Jun 2015 00:50:49 +0000 (03:50 +0300)
commit595409df06526281a81141d240d2f88f097f3256
tree203de3c38163f720ce1bdafeba908b0cf129a548
parent52e530af4cfe4a873cd27278ee3ddff66b6754e1
Introduce a fast-path for type_is_sized/type_moves_by_default

This seems to improve performance by the same 2-3% of my selection
fast-path.
src/librustc/middle/check_rvalues.rs
src/librustc/middle/intrinsicck.rs
src/librustc/middle/ty.rs
src/librustc_trans/trans/common.rs