DictionaryForumContacts

   English
Terms for subject Microsoft containing Compiler | all forms | exact matches only
EnglishSpanish
compiler optionopción del compilador (An option that is set in the development environment before a file is compiled)
compiler warningadvertencia del compilador (A warning that is issued due to a compiler problem)
Effect CompilerCompilador de efectos (A compiler that assembles shader code from the central processing unit (CPU) and the graphics processing unit (GPU) and executes shader computations on the CPU before the shader runs)
JIT compilercompilador JIT (A compiler takes the Java bytecode (which is machine-independent) and compiles it on demand into native code for the target machine, giving faster execution. Since JIT compilers operate on the client machine, they preserve the platform-independence of the compiled Java program)
just-in-time compilercompilador Just-In-Time (A compiler takes the Java bytecode (which is machine-independent) and compiles it on demand into native code for the target machine, giving faster execution. Since JIT compilers operate on the client machine, they preserve the platform-independence of the compiled Java program)