Após a instalação, o compilador converterá os scripts em bytecode.
After installation, the compiling program will convert scripts into bytecode.
Uma linguagem de script é frequentemente interpretada do código-fonte ou bytecode.
A scripting language is usually interpreted from source code or bytecode.
Para isso, a biblioteca gera e manipula o bytecode Java.
For this to happen the library generates and manipulates Java byte code.
JRuby é um projeto que permite que o código Ruby compile para bytecode Java.
JRuby is a project that allows Ruby code to compile to Java byte code.
Lembre-se que código de máquina nativo é muito mais rápido que bytecode.
Recall that native machine code is much faster than bytecode.
É normalmente compilado em ficheiros bytecode independentes da plataforma para aumentar a performance.
It is usually compiled into platform-independent bytecode files to increase performance.
Para isso, ele analisa o bytecode procurando certos padrões conhecidos.
It analyzes the bytecode to identify the familiar patterns.
Squirrelfish, sendo um bytecode motor, elimina quase todos estes custos para executar o tempo.
Squirrelfish, being a bytecode engine, eliminates almost all of these costs at run time.
Para usar o bytecode gerado, você pode simplesmente incluí-lo com instruções include ou require.
To use the generated bytecode, you can simply include it with include or require statements.
Favor notar que essa função não executará o código do corpo do script contido no arquivo bytecode.
Please note that this function won't execute script body code contained in the bytecode file.
Parrot é uma máquina virtual projetada para compilar de forma eficiente e executar bytecode de linguagens interpretadas.
Parrot is a virtual machine designed to efficiently compile and execute bytecode for interpreted languages.
Se o pacote contiver código nativo e bytecode, ocaml deve ser uma dependência e um makedepends.
If the package contains both native code and bytecode then ocaml should be a dependency and a makedepends.
Essa função insere arquivos-fonte especificados no bytecode, e escreve-os para o handle de arquivo aberto.
This function complies specified source file into bytecodes, and writes them to the open file handle.