Essays about: "Andreas Gabrielsson"

Found 1 essay containing the words Andreas Gabrielsson.

  1. 1. On implementing multiple pluggable dynamic language frontends on the JVM, using the Nashorn runtime

    University essay from KTH/Skolan för datavetenskap och kommunikation (CSC)

    Author : Andreas Gabrielsson; [2015]
    Keywords : Nashorn; Javascript; Typescript; invoke dynamic; bytecode;

    Abstract : Nashorn is a JavaScript engine that compiles JavaScript source code to Java bytecode and executes it on a Java Virtual Machine. The new bytecode in-struction invokedynamic that was introduced in Java 7 to make it easier for dynamic languages to handle linking at runtime is used frequently by Nashorn. READ MORE