Sökning: "Nashorn"

Hittade 1 uppsats innehållade ordet Nashorn.

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

    Master-uppsats, KTH/Skolan för datavetenskap och kommunikation (CSC)

    Författare :Andreas Gabrielsson; [2015]
    Nyckelord :Nashorn; Javascript; Typescript; invoke dynamic; bytecode;

    Sammanfattning : 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. LÄS MER