English | Malay |
compiler option | opsyen penyusun (An option that is set in the development environment before a file is compiled) |
compiler warning | amaran penyusun (A warning that is issued due to a compiler problem) |
JIT compiler | penyusun 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) |
optimizing compiler | penyusun mengoptimum (A compiler that analyzes its output (assembly language or machine code) to produce more efficient (smaller or faster) instruction sequences) |