You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Serializing and deserializing Cranelift IR is supported, but due to the
lack of interprocedural optimizations in Cranelift there is no runtime
perf benefit. Only a compile time hit. It may still be useful for things
like the JIT mode where invoking a regular linker is not possible.
Copy file name to clipboardExpand all lines: src/driver/aot.rs
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ impl OngoingCodegen {
141
141
}
142
142
143
143
// Adapted from https://github.com/rust-lang/rust/blob/73476d49904751f8d90ce904e16dfbc278083d2c/compiler/rustc_codegen_ssa/src/back/write.rs#L547C1-L706C2
0 commit comments