|
|
|
|
|
by mgkimsal
2038 days ago
|
|
The article you link to already explains it... ? > The point is, if you look in the announcements and comments about what the JIT does you can pretty much guess why this is kind of the expected result. The JIT compiler improves performance for CPU-intensive work (for example calculating Mandelbrots) but not so much for the "default" kind of applications. We usually don't do all that many calculations. |
|