mirror of
https://github.com/gnu4cn/rust-lang-zh_CN.git
synced 2025-03-14 03:10:44 +08:00
Update Ch21
This commit is contained in:
parent
9d9f092074
commit
92772555ad
@ -786,7 +786,7 @@ $ rustup component add llvm-tools-preview
|
||||
|
||||
## 附录 I - 术语清单
|
||||
|
||||
- 单态化,monomorphization
|
||||
- 单态化
|
||||
|
||||
所谓 *单态化,monomorphization*,是指即通过把在编译后用到的具体类型填入到泛型位置,而将通用代码转换为具体代码的过程。参考 [使用泛型代码的性能问题](Ch10_Generic_Types_Traits_and_Lifetimes.md#使用泛型参数代码的性能问题)。
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user