Subject | English | Norwegian Bokmål |
comp., MS | compiler option | kompilatoralternativ (An option that is set in the development environment before a file is compiled) |
comp., MS | JIT compiler | JIT-kompilator (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-kompilator (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) |