Vertaling van "bytecode est" 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.
Mais le bytecode est maintenant compilé en temps réel et n'est plus interprété.
But the bytecode is now compiled just in time and no longer interpreted.
Le bytecode est généré par un compilateur, qui est lui-même intégré à un simulateur.
The bytecode is generated by a compiler, which is itself embedded in a simulator.
Si le bytecode est binaire, vous avez des problèmes "endian", les questions de représentation en virgule flottante, etc.
If the bytecode is binary, you have endian issues, floating point representation issues, etc.
Alternativement, si vous trouvez une entrée pour le nom de classe, n'est pas concerné dans l'une des façons d'évaluer si le bytecode est mis à jour ou non; instancie un objet à partir du bytecode enregistré et envoyé au programme.
Alternatively, if you find an entry for the class name, is not concerned in any way to assess whether the bytecode is updated or not; instantiates an object from bytecode saved and returned to the program.
Parrot bytecode est indépendant de la plateforme.
Parrot bytecode is platform independent.
Le bytecode est mis en cache dans un fichier.pyc de manière à ce qu'une seconde exécution soit plus rapide (la compilation en bytecode a déjà été faite).
The bytecode is also cached in.pyc and.pyo files so that executing the same file is faster the second time (recompilation from source to bytecode can be avoided).
Un simulateur est composé de plusieurs modules, la partie chargée d'exécuter les scripts bytecode est appelée la machine virtuelle LSL.
The simulator program has several parts, and the part which runs the script bytecode is called the LSL virtual machine.
Le problème avec la standardisation sur un bytecode est que vous limitez la façon dont le navigateur permet d'optimiser le code JavaScript...
The problem with standardizing on a bytecode is that you are restricting how the browser optimizes the JavaScript code...
Avec ce nouveau modèle, le programmeur utilise un compilateur qui produit un bytecode SPIR-V, et ce bytecode est interprété par Vulkan.
With this new model, the programmer uses a compiler that produces SPIR-V bytecode, and this bytecode is interpreted by Vulkan.
Le bytecode est ensuite interprété ou bien exécuté par une machine virtuelle.
The bytecode may then be interpreted by, or run on a virtual machine.
Le bytecode est stocké sur les serveurs d'assets de Linden Lab et n'est jamais directement utilisé par les résidents.
The bytecode itself is stored on the Linden Lab asset servers and never needs to be referred to directly by residents.
La mise en cache de Bytecode est une extension PHP qui sauvegarde le script bytecode précompilé dans sa mémoire.
Bytecode caching is a PHP extension and stores precompiled script bytecode in the memory.
L'effet marquant est qu'une application compilée en bytecode est plus rapide, puisqu'il n'y a pas de parsing de templates ou de substitutions de chaînes qui puissent survenir à l'exécution.
The net effect is that a bytecode-compiled application is faster, because there is no more parsing of templates or string substitutions occurring at runtime.