This website works better with JavaScript.
Explore
Help
Register
Sign In
rust
/
rust-course
mirror of
https://github.com/sunface/rust-course
Watch
5
Star
0
Fork
You've already forked rust-course
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
c2a8b6d860
gh-pages
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c2a8b6d860'
${ noResults }
rust-course
/
book
/
contents
/
compiler
/
optimization
/
intro.md
218 B
Raw
Blame
History
Unescape
Escape
编译器优化
在Rust中
,
一段很不起眼的代码中可能也隐藏着玄机
,
编译器在细无声的为我们做着各种优化
,
本章将记录这些优化
,
帮助大家更好的理解程序的性能。