Y
Hacker News
new
|
ask
|
show
|
jobs
by
MichaelGG
3347 days ago
Java compiles to bytecode and most implementations JIT, just like .NET. JVMs are more advanced than the CLR at optimization.
1 comments
hyperpape
3347 days ago
Yes, my point is that once you're comparing two environments that use bytecode and a JIT, you can't necessarily cite the cost of startup time and the cost of JIT compilation as a reason to avoid possibly-virtual calls.
link