mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
Rollup merge of #84192 - vext01:backend-write-typos, r=wesleywiser
Fix typos in rustc_codegen_ssa/src/back/write.rs. Just a couple of typos I spotted when reading this comment about the job server.
This commit is contained in:
commit
fd105db772
@ -1094,7 +1094,7 @@ fn start_executing_work<B: ExtraBackendMethods>(
|
||||
// only place where we have access to the compiler `Session`.
|
||||
// - LLVM work can be done on any thread.
|
||||
// - Codegen can only happen on the main thread.
|
||||
// - Each thread doing substantial work most be in possession of a `Token`
|
||||
// - Each thread doing substantial work must be in possession of a `Token`
|
||||
// from the `Jobserver`.
|
||||
// - The compiler process always holds one `Token`. Any additional `Tokens`
|
||||
// have to be requested from the `Jobserver`.
|
||||
@ -1146,7 +1146,7 @@ fn start_executing_work<B: ExtraBackendMethods>(
|
||||
// if possible. These two goals are at odds with each other: If memory
|
||||
// consumption were not an issue, we could just let the main thread produce
|
||||
// LLVM WorkItems at full speed, assuring maximal utilization of
|
||||
// Tokens/LLVM worker threads. However, since codegen usual is faster
|
||||
// Tokens/LLVM worker threads. However, since codegen is usually faster
|
||||
// than LLVM processing, the queue of LLVM WorkItems would fill up and each
|
||||
// WorkItem potentially holds on to a substantial amount of memory.
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user