|
|
|
|
|
by arithma
4000 days ago
|
|
It's about how much the language intrinsically prevents the compiler from optimising the output. Think Javascript versus asm.js, same language, one is just a subset of the other, completely different performance outcomes for the JIT compiler. |
|