Suchergebnis(se) "bytecode"
Jede Sprache ist durch eine Grammatik definiert, die von einem Kompilierprogramm interpretiert wird, das seinen semantischen Inhalt (die Anweisungen) verarbeitet und dabei "bytecode" produziert, den der Rechner ausführen kann.
Every language is defined by a grammar which, in turn, is interpreted by a compiler who "metabolizes" its semantic content (instructions) and so produces a "bytecode" which the computer can execute.
Der Bytecode stellt die binären Informationen als hexadezimale Zahlen dar...
The byte code shows binary information in form of hexadecimal numbers.
Wenn in Bytecode kompiliert, hängt es von einem Bytecode-Interpreter ab.
If compiled into byte code, it depends on a byte-code interpreter.
Eine JVM kann keine Klartext-Dateien.java direkt ausführen, die Dateien müssen erst in einen so genannten "bytecode" vorkompiliert und mit der Erweiterung.class gespeichert werden.
Plaintext.java files cannot be directly run on a JVM, they have to be pre-compiled into a so-called 'bytecode' first and assigned the.class extension.
Rubinius - Geschrieben in Ruby mit C++ bytecode VM.
Rubinius - Written primarily in Ruby itself with a C++ bytecode VM.
Nach der Installation wird der Compiler Skripte in Bytecode umwandeln.
After installation, the compiling program will convert scripts into bytecode.
Einer erstellt Bytecode, der dann durch ein C-Programm interpretiert wird.
One generates bytecode which is then interpreted by a C program.
Lassen Sie Ihn Ihren Bytecode analysieren und die Tests auf Abdeckung optimieren.
Have him optimize the tests for coverage by analyzing your bytecode.
Diese Optimierungen für Aspekt-orientierte Konzepte gehen über die Erzeugung von optimalem Bytecode hinaus.
These optimizations for aspect-oriented concepts go beyond the generation of optimal bytecode.
Ein Thema ist daher die Anwendung von Techniken für die Optimierung und das Dekompilieren von Bytecode.
A topic is therefore the application of techniques for bytecode optimization and decompilation.
Die objektorientierte Programmiersprache kompiliert den Bytecode, der von der Laufzeitumgebung ausgeführt wird.
The object-oriented programming language compiles the bytecode that is run by the runtime environment.
Aus Sourcecode wird während des Kompilierens dann Bytecode.
Sourcecode then becomes bytecode during compilation.