Vertaling van "bytecode» de" 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.
Decompyle convierte el «bytecode» de Python de nuevo en su equivalente de código de Python.
Decompyle converts Python byte-code back into equivalent Python source.
Acepta «bytecode» de cualquier versión de Python entre la 1.5 y la 2.3 inclusive.
It accepts byte-code from any Python version between 1.5 and 2.3 inclusive.
Hay que advertir que todavía no puede decompilar «bytecode» de las versiones 2.4 y 2.5 de Python.
Andere resultaten
La JVM «verifica» todo bytecode antes de ejecutarlo.
The JVM verifies all bytecode before it is executed.
Recordemos que el código binario es mucho más rápido que bytecode.
Recall that native machine code is much faster than bytecode.
La última opción, bytecodes, es un poco como Java.
The latter option, bytecodes, is a bit like Java.
Después de la instalación, el compilador convertirá los scripts en bytecode.
After installation, the compiling program will convert scripts into bytecode.
Los programas creados con Java son portátiles porque están ensamblados en bytecode.
Programs created with Java are portable because they are assembled in bytecode.
Esto es solamente el data bytecode enviado junto con la solicitud.
This is just the bytecode "data" sent along with the request.
FindBugs opera en Java bytecode, en lugar de código fuente.
FindBugs operates on Java bytecode, rather than source code.
Bytecode entonces se ejecuta a petición de un intérprete llamado máquina virtual.
Bytecode is then executed upon request by an interpreter called a virtual machine.
Este bytecode solo se puede ejecutar en una máquina virtual.
This bytecode can only execute on a virtual machine.
Aquí es donde el caché de bytecode entra en acción.
This is where Bytecode cache comes in.