about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-04-17 01:50:59 +0800
committerGitHub <noreply@github.com>2018-04-17 01:50:59 +0800
commite4991b2f48c02d2fc278c5018103530c1e4577e6 (patch)
tree596054a639509169c5e37b164a2468e8f90898ab /src/rustllvm/RustWrapper.cpp
parentccd2c403ac6d1b92c49985d09c4b1d0af8f651e1 (diff)
parent4577da75f4badd66a337eb15da76ca836ab1ad6e (diff)
downloadrust-e4991b2f48c02d2fc278c5018103530c1e4577e6.tar.gz
rust-e4991b2f48c02d2fc278c5018103530c1e4577e6.zip
Rollup merge of #49646 - glandium:uninitialized-box, r=alexcrichton
Use box syntax instead of Box::new in Mutex::remutex on Windows

The Box::new(mem::uninitialized()) pattern actually actively copies
uninitialized bytes from the stack into the box, which is a waste of
time. Using the box syntax instead avoids the useless copy.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions