Invoke Dynamic SEC - OICR Software Engineering Club

Описание к видео Invoke Dynamic SEC - OICR Software Engineering Club

The Java Virtual Machine (JVM) supports a new instruction, INVOKE DYNAMIC, to produce efficient method calls for non-Java languages on the JVM. This talk explores how method calls work in Java, how they are unsuitable for other languages, and how INVOKE DYNAMIC is circumvents this problem. We discuss the use of mirrors for reflection, MethodHandles, CallSites and the bootstrap method.

Download the slides: https://docs.google.com/presentation/...

Комментарии

Информация по комментариям в разработке