Vertaling van "Bytecode is" 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.
For example, the execution of the bytecode is much faster than visiting a node of the tree parser.
Por ejemplo, la aplicación de bytecode es mucho más rápido que una visita al árbol de nodo de la sintaxis.
In very brief terms: machine code is much faster, but bytecode is more portable and secure.
En términos breves: código binario es más rápido, pero bytecode es más portable y seguro.
The encoding in the source mapping for the bytecode is more complicated: It is a list of s:l:f:j separated by;.
La codificación en el mapping de fuente para el bytecode es más complicada: Es una lista de s:l:f:j separada por;.
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.
At runtime, bytecode is usually either interpreted or compiled to native code for execution, although direct hardware execution of bytecode by a Java processor is also possible.
En el tiempo de ejecución, el bytecode es normalmente interpretado o compilado a código nativo para la ejecución, aunque la ejecución directa por hardware del bytecode por un procesador Java también es posible.
On most modern JVMs, once the program bytecode is run, it is converted into machine code for the computer architecture on which it is being run.
En la mayoría de las JVM modernas, una vez el bytecode es ejecutado, se convierte en código máquina dependiente de la arquitectura de la máquina subyacente.
More complex than just emulating bytecode is compatibly and efficiently implementing the Java core API that must be mapped to each host operating system.
Más complicado que solo la emulación de bytecode es la implementación compatible y eficiente de las API Java, las cuales tienen que ser mapeadas para cada sistema operativo de host.
More complex than just emulating bytecode is compatibly and efficiently implementing the Java core API that must be mapped to each host operating system.
Más complicado que solo la emulación de bytecode es la implementación compatible y eficiente de las API Java las cuales tienen que ser mapeadas para cada sistema operativo de host.
Parrot bytecode is platform independent. Instruction set
Parrot bytecode es independiente de la plataforma.
A bytecode is a special machine language that can be understood by the Java Virtual Machine (JVM).
Este bytecode es un fichero independiente de la plataforma que puede ser ejecutado por máquina virtual Java.
Bytecode is then executed upon request by an interpreter called a virtual machine.
Bytecode entonces se ejecuta a petición de un intérprete llamado máquina virtual.
Bytecode is not the machine code for any particular computer, and may be portable among computer architectures.
El bytecode no es el código máquina de ninguna computadora en particular, y puede por tanto ser portable entre diferentes arquitecturas.
Bytecode is a set of instructions targeted to run on a Java virtual machine (JVM).
Los códigos byte son instrucciones estándar destinadas a ejecutarse en una Java Virtual Machine (JVM).