Tehničko veleučilište u Zagrebu · Zagreb

Will Java allow hardware-specific code?

sažetak izlaganja sa skupa

sažetak izlaganja sa skupa

Will Java allow hardware-specific code?

Vrsta prilog sa skupa (u zborniku)
Tip sažetak izlaganja sa skupa
Godina 2022
Stranice 107, 25
Status neobjavljeno

Sažetak

From day one, Java emphasized the advantage of platform independence, which allows program code to be written once and executed everywhere. However, with new versions of the language, a different approach is increasingly being made in such a way that it is possible to use specific instructions specific to certain types of processors. This opens up advanced code optimization capabilities making Java more competitive in terms of performance with other languages and technologies. This talk will provide insight into the new functionalities and capabilities of Java 18 related to the Vector API interface and show the differences in code execution speed that runs on certain processors.

Ključne riječi

Vector API, Java