Subject | English | Korean |
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 | high-level-language compiler | 고급 언어 컴파일러 (A compiler for a high-level language such as C++, Visual Basic, or C) |
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) |
comp., MS | one-pass compiler | 단일 패스 컴파일러 (A compiler that needs to read through a source file only once to produce the object code. The syntax of some languages makes it impossible to write a one-pass compiler for those languages) |