(How) does the Java JIT compiler optimize my code?

前端 未结 4 1588
自闭症患者
自闭症患者 2020-12-29 07:48

I\'m writing fairly low level code that must be highly optimized for speed. Every CPU cycle counts. Since the code is in Java I can\'t write as low level as in C for example

4条回答
提交回复
热议问题