Emscripten est un autre projet qui génère asm.js pour du bytecode LLVM.
Emscripten is another project that generates asm.js from LLVM bitcode.
Emscripten transforme ensuite le résultat compilé par clang+LLVM en binaire.wasm.
Emscripten transforms the compiled result of clang+LLVM into a.wasm binary.
Pour la programmation technique, utilise LLVM, rapide sur les opérations mathématiques.
For technical programming, uses LLVM, fast on mathematical operations.
LLVM est maintenant le backend final dans une chaîne de représentations intermédiaires.
LLVM is now the final backend in a chain of intermediate representations.
Nous avons choisi LLVM comme compilateur pour mettre en œuvre notre infrastructure.
We choose LLVM as the compiler to implement our framework.
Ceci nécessite l'installation de la bibliothèque LLVM.
This requires the LLVM library to be installed.
Clang est conçu pour fonctionner avec LLVM.
Clang is intended to work atop LLVM.
Ces analyses ont été implémentées dans le compilateur LLVM.
We implement these analyses on top of the LLVM compiler.
Il est ensuite traduit en langage d'assemblage qui peut être converti en bitcode LLVM.
It is then translated into assembly language which can be converted into LLVM bitcode.
Un type issu d'un langage concret peut être représenté par une combinaison de ces types dans LLVM.
A type construct in a concrete language can be represented by combining these basic types in LLVM.
Meilleure optimisation pour toutes les langues en transmettant des informations sur l'alias de type et les gammes de types aux optimiseurs LLVM.
Better optimization for all languages by passing information about type aliasing and type ranges to the LLVM optimizers.
L'adaptation privatrice de LLVM est le seul compilateur adapté à ces machines et probablement le restera.
The nonfree adaptation of LLVM is the only compiler for those machines, and is likely to remain so.
Il est aussi possible de convertir le bytecode en code LLVM qui est compilé en binaire.
It is also possible to convert bytecode into LLVM code that is compiled into binary.