C# Programming - .NET Framework - Discussion
Discussion Forum : .NET Framework - General Questions (Q.No. 2)
2.
Which of the following are valid .NET CLR JIT performance counters?
- Total memory used for JIT compilation
- Average memory used for JIT compilation
- Number of methods that failed to compile with the standard JIT
- Percentage of processor time spent performing JIT compilation
- Percentage of memory currently dedicated for JIT compilation
Discussion:
31 comments Page 2 of 4.
Ganesh said:
1 decade ago
3rd statement answer is the jit compiler compiles those part that we are modify later and that time no need to compile hole program.
4th statement answer because of compile limited part that reason it percentage of compile is improve.
4th statement answer because of compile limited part that reason it percentage of compile is improve.
Kunal said:
1 decade ago
What is mean by native code & how it is important?
Ravi Patel said:
1 decade ago
When any programmer writes code so its must convert to msil code and after that its convert into native code by the jit compiler, which is understandable to microprocessor.
Sangamesh said:
1 decade ago
Source Code --CLR(.Net Virtual Machine)-->MSIL(IL Code) ---JIT-->Native code(Machine Code).
Bijayananda pradhan said:
1 decade ago
I am n't understand CLR descriptions.
Amol said:
1 decade ago
JIT work is to convert CIL code into Native Language.
Nidhi said:
1 decade ago
Ya its right.
Farhat Ahmad said:
1 decade ago
JIT{just in time) compiler converts byte code to its native code.
Jiya said:
1 decade ago
JIT (Just In Time) compiler which is improve the performance of the program.
Manish Gupta said:
1 decade ago
Actually JIT work is to convert CIL (MSIL) code into Native Language (machine Language).
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers