(no title)
lewurm | 6 years ago
.NET is the platform. There are different implementations for it doing different things.
JIT compilation is still different to AOT even without profile guided optimizations. Simple example: In AOT code you can't embed pointers easily and is often solved with indirection (e.g. something like GOT in ELF).
chrisseaton|6 years ago
And are they now speculative? They weren't for the first 15 years or so.
lewurm|6 years ago
It's experimental currently, no profile guided optimizations _yet_