Subject | English | Turkish |
comp., MS | compiler warning | derleyici uyarısı (A warning that is issued due to a compiler problem) |
comp., MS | Effect Compiler | Etki Derleyicisi (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) |
comp., MS | JIT compiler | JIT derleyicisi (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) |
comp., MS | just-in-time compiler | tam zamanında derleyici (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) |
comp., MS | native compiler | yerel derleyici (A compiler that produces machine code for the computer on which it is running, as opposed to a cross-compiler, which produces code for another type of computer. Most compilers are native compilers) |
comp., MS | optimizing compiler | iyileştirmeli derleyici (A compiler that analyzes its output (assembly language or machine code) to produce more efficient (smaller or faster) instruction sequences) |