简体   繁体   中英

JVM Compiled using Intel compiler

I did a project before involving program speed optimization for the Intel x86 platform, the performance of the application compiled using Intel C ++ and using Intel Performance Primitive (IPP) is significantly faster than that without IPP.

I wonder if the JVM can be compiled for the Intel platform using Intel tools and if it will have significant performance improvement?

Most of the machine/native code which is run is generated by the JIT.

For code which is currently written in C or C++ it might be faster, but this code shouldn't be called directly very much. If you have some critical JNI libraries, it might help.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM