January 2015
Intermediate to advanced
298 pages
6h 27m
English
Intrinsic is a function whose implementation is handled specially by a compiler. Typically, it means that the function call is replaced by automatically generated instructions. This is very similar to the inline functions, but the compiler knows more about intrinsics as they are part of the compiler itself, so it can use them more wisely.
Intrinsics are usually more performance-oriented than native functions because there is no JNI overhead.
To get started, all we need is an installed NetBeans IDE for code editing and OpenJDK sources. The user should be able to read C++ code and a little knowledge of assembly would be beneficial.
It would be worth checking that SSE4.2 (an extended instruction set with ...
Read now
Unlock full access