Vertaling van "to bytecode" 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.
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.
For example, Emacs Lisp is compiled to bytecode, which is a highly compressed and optimized representation of the Lisp source, but is not machine code (and therefore not tied to any particular hardware).
Por ejemplo, el Emacs Lisp es compilado a bytecode, que es una representación altamente comprimida y optimizada del código fuente del Lisp, pero no es código de máquina (y por lo tanto no está atado a cualquier hardware particular).
When a PHP file is executed, under the hood it is first compiled to bytecode (also known as opcode) and, only then, the bytecode is executed.
Cuando se ejecuta un archivo de PHP, detrás del telón primero se compila en bytecode (también llamado código de operación u opcode) y, solo entonces, el bytecode es ejecutado.
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).
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.
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.
Java applications are commonly aggregated to bytecode that can keep running on any Java virtual machine (JVM) paying little heed to PC design. The History and current executions of Java
Las aplicaciones de Java son generalmente compiladas a bytecode (clase Java) que puede ejecutarse en cualquier máquina virtual Java (JVM) sin importar la arquitectura de la computadora subyacente.
Java applications are typically compiled to bytecode (class file) that can run on any Java Virtual Machine (JVM) regardless of computer architecture.
Las aplicaciones de Java son generalmente compiladas a bytecode (clase Java) que puede ejecutarse en cualquier máquina virtual Java (JVM) sin importar la arquitectura de la computadora subyacente.
Java compiles to bytecode, which is then run on the Java Virtual Machine (JVM), an abstraction of a computer that executes programs.
Java compila a bytecode, que luego es ejecutado en la máquina virtual de Java(Java Virtual Machine, o JVM), una abstracción de una computadora que ejecuta programas.
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 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.