]> git.lizzy.rs Git - rust.git/commit
Move copy to incr comp cache to codegen join phase
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>
Fri, 12 Aug 2022 19:10:16 +0000 (19:10 +0000)
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>
Fri, 12 Aug 2022 19:10:16 +0000 (19:10 +0000)
commitc2f0b3a1bf5ed437df3e276960f64bf3c47222e0
treecdb5557952c1e226182b02ce6f5e4f8fa456ab5b
parent6206c4e927595afcaef0496025512282f847f645
Move copy to incr comp cache to codegen join phase

The copy depends on Session, which is only available on the main thread.
As such the copy can't be done on future codegen threads.
src/driver/aot.rs
src/lib.rs