|
|
|
|
|
by Thaxll
1685 days ago
|
|
> the escape analysis can change (hopefully without regressions) from version to version of Go, and that can mean performance regressions can happen. Because it's not the case with Rust or any compiled language? LLVM has shown regressions wich is what Rust uses to compile code. 2sec search on google: https://github.com/rust-lang/rust/issues/24194 |
|
I think there may be some edge cases (constant folding, dead code removal) of course, but a change to LLVM cannot cause the 3 sorts of changes I identified in Go, Haskell, and JavaScript.