typo: monomorph docs
This commit is contained in:
parent
2e754ba3d7
commit
8bbee4f5a3
|
|
@ -61,7 +61,7 @@ units](../appendix/glossary.md#codegen-unit).
|
||||||
|
|
||||||
For better incremental build times, the CGU partitioner creates two CGU for each source level
|
For better incremental build times, the CGU partitioner creates two CGU for each source level
|
||||||
modules. One is for "stable" i.e. non-generic code and the other is more volatile code i.e.
|
modules. One is for "stable" i.e. non-generic code and the other is more volatile code i.e.
|
||||||
monoporphized/specialized instances.
|
monomorphized/specialized instances.
|
||||||
|
|
||||||
For depenencies, consider Crate A and Crate B, such that Crate B depends on Crate A.
|
For depenencies, consider Crate A and Crate B, such that Crate B depends on Crate A.
|
||||||
The following table lists different scenarios for a function in Crate A that might be used by one
|
The following table lists different scenarios for a function in Crate A that might be used by one
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue