Examples with "to bytecodes" and their translation in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Modern JavaScript is first parsed, tokenized, and compiled to bytecodes.
El JavaScript moderno primero se analiza, se tokeniza y se compila en bytecodes.
Andere resultaten
So it takes in the user's Python code and compiles it down to bytecode.
Entonces toma el código Python del usuario y lo compila a bytecode.
Instead, the Java compiler compiles our code to bytecode.
En vez de eso, el compilador Java compila nuestro código a código byte.
Java applications are typically compiled to bytecode, although compilation to native machine code is also possible.
Las aplicaciones Java están típicamente compiladas en un bytecode, aunque la compilación en código máquina nativo también es posible.
Java applications are often compiled to bytecode, which may be compiled to native machine code at runtime.
Las aplicaciones Java están típicamente compiladas en un bytecode, aunque la compilación en código máquina nativo también es posible.
To compile PIR to bytecode, use the -o flag and specify an output file with the extension.pbc.
Para compilar PIR a bytecode, utilice el distintivo -o y especificar un archivo de salida con la extensión.pbc.
The Rubinius bytecode compiler converts Ruby source code to bytecode that the virtual machine can execute.
El compilador a bytecode de Rubinius convierte el código fuente a bytecode que la máquina virtual pueda ejecutar.
To compile PIR to bytecode, use the -o flag and specify an output file with the extension.pbc.
Para compilar el código de bytes de PIR, utilice la opción -o y especificar un archivo de salida con el.pbc extensión.
Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM) regardless of computer architecture.
Las aplicaciones Java están típicamente compiladas en un bytecode, aunque la compilación en código máquina nativo también es posible.
Many interpreted languages are first compiled to bytecode. ometimes, bytecode can also be compiled to a native binary using an AOT compiler or executed natively, by hardware processor.
Muchos lenguajes interpretados son primero compilados a código byte, que luego es normalmente interpretado por la máquina virtual usando la compilación en tiempo de ejecución, del código byte a código nativo.
Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM) regardless of computer architecture.
Las aplicaciones Java están típicamente compiladas a código de bytes que se pueden ejecutar en cualquier máquina virtual Java (JVM), independientemente de la arquitectura de computadores.
This engine converted PHP to bytecode which is then converted into 64bit machine code at runtime by a just-in-time (JIT) compiler.
Este motor convertía el PHP en bytecode el cual después se convierte en código máquina de 64bits por un compilador justo-a-tiempo (JIT).
It is free software, and features just-in-time compilation to bytecode and native code for the x86 architecture.