|
|
|
|
|
by MiroF
2090 days ago
|
|
I'm surprised re: blas - that is closer than I thought! Still a huge gap on the GPU, but still impressive. > in general JIT languages have more opportunities for optimizations than AoT languages I'm not sure I agree with this. I would say the opportunities for any non-GC mature AoT language (C++, Rust, etc.) is going to be pretty much the same, since you can just attach a JIT to most AoT langs. |
|
The Julialab at MIT is working on making the higher level codegen faster