Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
之前做过一个项目,涉及到Intel x86平台的程序速度优化,使用Intel C++编译的应用程序的性能Intel Performance Primitive (IPP)明显比不使用IPP的要快。
Intel C
Intel Performance Primitive (IPP)
我想知道是否JVM可以使用英特尔工具为英特尔平台编译,是否会显着提高性能?
JVM
大多数运行的机器/本机代码是由 JIT 生成的。
对于当前用 C 或 C++ 编写的代码,它可能会更快,但不应该直接调用此代码。如果您有一些关键的 JNI 库,它可能会有所帮助。