Subject | English | Chinese Taiwan |
comp., MS | compiler option | 編譯器選項 (An option that is set in the development environment before a file is compiled) |
comp., MS | compiler warning | 編譯器警告 (A warning that is issued due to a compiler problem) |
comp., MS | Effect Compiler | 效果編譯器 (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 編譯器 (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 | 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) |