What is the translation of " EL BYTECODE " in English?

Noun
bytecode
código de bytes

Examples of using El bytecode in Spanish and their translations into English

{-}
  • Colloquial category close
  • Official category close
Funciones más usadas en el bytecode de Racket.
In the bytecode Most used.
El bytecode es entonces interpretado, o ejecutado por una máquina virtual.
The bytecode may then be interpreted by, or run on a virtual machine.
Independencia de la plataforma(por ejemplo el bytecode de Java).
Platform independence(Java's byte code, for example).
El bytecode se puede ver en un formato casi leíble por humanos usando decopile.
The bytecode can translated to an almost human readable format using decopile.
Si un archivo de PHP no es modificado, el bytecode siempre será el mismo.
If a PHP file is not modified, the bytecode will always be the same.
El bytecode desplegado es portable, a diferencia del código máquina para cualquier arquitectura concreta.
The deployed bytecode is portable, unlike native code.
Consideramos el tiempo de ejecución del bytecode del siguiente programa escrito en Solidity.
We consider the runtime bytecode of the following Solidity program.
Una vez el generador ha procesado el AST,necesita propiamente codificar el bytecode.
Once the generator has processed the AST,it needs to properly encode the bytecode.
En ese caso, el bytecode de Python y la máquina virtual se cargan con la página.
In that case the Python bytecode and the virtual machine are loaded with the page.
El curso también aborda la máquina virtual Lua yenseña cómo entender el bytecode que sustenta el lenguaje.
The course also tackles the Lua virtual machine andteaches how to understand the bytecode underpinning the language.
Históricamente, un acercamiento común es el bytecode, que utiliza opcodes de 8 bits y, a menudo, una máquina virtual basada en pila.
A common approach historically is bytecode, which uses 8-bit opcodes and, often, a stack-based virtual machine.
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 not the machine code for any particular computer, and may be portable among computer architectures.
La diferencia es que AOT transforma el bytecode de una máquina virtual(VM) a código máquina.
The difference is that AOT transforms the bytecode of an extant virtual machine(VM) into machine code.
Al ejecutarlo, el bytecode generado por PGE será usado para analizar el texto como se describe en las reglas de entrada, generando un árbol de análisis.
When executed, the bytecode generated by PGE will parse text as described in the input rules, generating a parse tree.
La JVM es ejecutada sobre el Sistema Operativo,interpreta el bytecode, y ejecuta el código en el sistema operativo.
The JVM runtime sits on top of the Operative System(OS),interprets the bytecode, and executes it on the operative system.
Estas JVM interpretan el bytecode semánticamente de la misma manera, pero la implementación actual puede variar.
These JVMs interpret the bytecode semantically the same way, but the actual implementation may be different.
Esto confiere la eficiencia de ejecutar el código nativo, al costo de tiempo de inicio yde un uso creciente de la memoria cuando el bytecode o el AST es compilado por primera vez.
This confers the efficiency of running native code, at the cost of startup time andincreased memory use when the bytecode or AST is first compiled.
El bytecode de Java Card gestionado por la máquina virtual de Java Card es un subconjunto funcional de Java(Java 2 Standard Edition) aunque utiliza una codificación diferente optimizada para ocupar menos espacio.
Java Card bytecode run by the Java Card Virtual Machine is a functional subset of Java 2 bytecode run by a standard Java Virtual Machine but with a different encoding to optimize for size.
Algunos sistemas, llamados traductores dinámicos o compiladores just-in-time,traducen el bytecode a código máquina inmediatamente antes de su ejecución para mejorar la velocidad de ejecución.
Some systems, called dynamic translators, orjust-in-time(JIT) compilers, translate bytecode into machine code as necessary at runtime.
Durante el proceso de carga de las clases Java de la JVM,un agente basado en Java que se integra en el proceso de carga de la clase que es capaz de interceptar y modificar el Bytecode de Java de las clases cargadas.
During the Java class loading process of the JVM,a Java-based agent is integrated into the class loading process which is able to intercept and modify the Java Bytecode of loaded classes.
Como una ventaja sobre el bytecode, el AST mantiene la estructura y las relaciones globales del programa entre las sentencias(que se pierden en una representación de bytecode), y proporciona una representación más compacta. Así, el AST se ha propuesto como un mejor formato intermedio para los compiladores justo a tiempo que el bytecode.
As an advantage over bytecode, the AST keeps the global program structure and relations between statements(which is lost in a bytecode representation), and when compressed provides a more compact representation.
Esto es solamente el data bytecode enviado junto con la solicitud.
This is just the bytecode“data” sent along with the request.
El archivo DCF es un D-LIB Generic Bytecode.
DCF file is a D-LIB Generic Bytecode.
Está construido sobre la tecnología ByteCode Instrumentación(BCI).
It is built on ByteCode Instrumentation(BCI) technology.
Parrot bytecode es independiente de la plataforma.
Parrot bytecode is platform independent.
Podemos ejecutar este bytecode con la siguiente instrucción.
We can execute this bytecode with the following instruction.
ProGuard El optimizador de código abierto para Java bytecode.
ProGuard The open source optimizer for Java bytecode.
El compilador traduce el contrato inteligente Solidity en bytecode legible y ejecutable en TVM.
The compiler translates Solidity smart contract into bytecode readable and executable on TVM.
Las formas reemplazadas emiten un bytecode diferente del que sería emitido por las formas originales.
The replaced forms emit different bytecode than the original form would have emitted.
Entonces toma el código Python del usuario y lo compila a bytecode.
So it takes in the user's Python code and compiles it down to bytecode.
Results: 121, Time: 0.0175

Word-for-word translation

Top dictionary queries

Spanish - English