Subject | English | Chinese Taiwan |
comp., MS | just-in-time compilation | Just-In-Time 編譯 (The compilation that converts Microsoft intermediate language (MSIL) into machine code at the point when the code is required at run time) |
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 | just-in-time debugging | Just-in-Time 偵錯 (A technique that catches faults that occur while the program is running outside the development environment. You must set this option in the development environment before executing your program) |
comp., MS | Just me | 僅自己 (The UI label for a permissions setting that indicates an item is being shared with (made available to) no one. (It's private)) |