3 lines
218 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 编译器优化
在Rust中一段很不起眼的代码中可能也隐藏着玄机编译器在细无声的为我们做着各种优化本章将记录这些优化帮助大家更好的理解程序的性能。