70 likes | 313 Views
“ just-in-time” compilation (JIT) technique prepared by - Harshada Hole . Introduction. Translation performed dynamically Process of reverse-engineering and re-engineering benefits of both static compilation and interpretation. O verview. Amalgamation of two ideas
E N D
“just-in-time” compilation (JIT) techniqueprepared by - Harshada Hole
Introduction Translation performed dynamically Process of reverse-engineering and re-engineering benefits of both static compilation and interpretation
Overview Amalgamation of two ideas * Bytecode compilation * Dynamic Compilation
Classification Invocation * Implicit and explicit Executability * Mono executable and poly -executable Concurrency * Concurrent and not concurrent
Compilation Technique JIT compilation techniques often focuses around implementation of a particular programming languages Overview of .NET framework * MSIL * Native code * JIT compiler
Advantages Improves Performance Recompiles the code Greater Portability Smaller in size Use Run-time Metrics