Examples with "bytecode del" and their translation in Engels
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.
El nivel de Strip assemblies: el bytecode del script es analizado para que las clases y métodos que no están referenciados de los scripts sean eliminados del DLLs y por lo tanto excluidos de la fase de compilación AOT.
Strip assemblies level: the scripts' bytecode is analyzed so that classes and methods that are not referenced from the scripts can be removed from the DLLs and thereby excluded from the AOT compilation phase.
Parrot - una máquina virtual diseñada para ejecutar lenguajes dinámicos eficientemente; Pipp transforma el código fuente de PHP en la representación Parrot intermedia, que luego se traduce al bytecode del Parrot y se ejecuta en la máquina virtual.
Parrot - a virtual machine designed to run dynamic languages efficiently; Pipp transforms the PHP source code into the Parrot intermediate representation, which is then translated into the Parrot's bytecode and executed by the virtual machine.
Este proceso ocurre recursivamente desde el nodo raíz a través de todo el AST, lo cual popula el objeto Generator con una representación en bytecode del AST original empezando desde su raíz.
This process occurs recursively from the root node all the way through the AST, which results in populating the Generator object with a bytecode representation of the AST that started from the root.
Consideramos el tiempo de ejecución del bytecode del siguiente programa escrito en Solidity
Una vez el Generator ha conseguido la representación en bytecode del AST, invoca la siguiente etapa del compilador: la etapa de Codificación.
Once the Generator has acquired the bytecode representation of the AST, it invokes the next stage of the compiler, the Encoder stage.
Una vez el Generator ha conseguido la representación en bytecode del AST, invoca la siguiente etapa del compilador: la etapa de Codificación.
Once the Generator has finished packaging itself as a CompiledCode, it invokes the Writer stage, passing in the CompiledCode as its input.
Andere resultaten
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.
Rápido y eficaz, con una ingeniería difícil de revertir, a diferencia del confuso bytecode.
Fast and performant, hard to reverse engineer, unlike even obfuscated bytecode targets.
Además, el compilador también puede generar un mapping del bytecode al rango en el código fuente que generó la instrucción.
Furthermore, the compiler can also generate a mapping from the bytecode to the range in the source code that generated the instruction.
En realidad no es una traducción directa, porque algunas de las instrucciones del bytecode no tienen una representación directa en Racket.
It's not really a direct translation, because some of the bytecode instructions do not have a direct representation in Racket.
Si bien es cierto que existen programas a parte que permiten esta optimización del bytecode, no entiendo por qué tarda tanto el compilador en realizar una "simple" traducción de código.
It is true that there are other programs that allows you to optimize the bytecode, but I do not understand why the Java compiler is too slow to perform a "simple" code translation.
Recompila para obtener nuevas Condiciones de Verificación a partir del bytecode y sus anotaciones (sin utilizar el certificado recibido).
Recompile to obtain new verification conditions from the bytecode and its annotations (without using the received certificate).
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.
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.