מילוניםהפורוםפרטי הקשר

   אנגלית +
מונחים המכילים compiler-compiler | כל הפורומים
נושאאנגליתקוריאנית
.מיקרוcompiler option컴파일러 옵션 (An option that is set in the development environment before a file is compiled)
.מיקרוcompiler warning컴파일러 경고 (A warning that is issued due to a compiler problem)
.מיקרו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)
.מיקרוhigh-level-language compiler고급 언어 컴파일러 (A compiler for a high-level language such as C++, Visual Basic, or C)
.מיקרוJIT compilerJIT 컴파일러 (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 compilerJust-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)
.מיקרו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)