What is just in time compilation? (Senior Lecturer – Amplify Mindware)
Transcript: When the source program converted in a bite code that is done through ompilation then bite code is interpreted into your native code the bite code which is compiled is not saved so every time we reference the program and do the interpretation now because of this the execution of program take much more time compare to other languages so just to remove this we have introduce just in time compilation it simply means that the native code which is created that will […]