1 / 7

“ just-in-time” compilation (JIT) technique prepared by - Harshada Hole

“ 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

platt
Télécharger la présentation

“ just-in-time” compilation (JIT) technique prepared by - Harshada Hole

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. “just-in-time” compilation (JIT) techniqueprepared by - Harshada Hole

  2. Introduction Translation performed dynamically Process of reverse-engineering and re-engineering benefits of both static compilation and interpretation

  3. Overview Amalgamation of two ideas * Bytecode compilation * Dynamic Compilation

  4. Classification Invocation * Implicit and explicit Executability * Mono executable and poly -executable Concurrency * Concurrent and not concurrent

  5. Compilation Technique JIT compilation techniques often focuses around implementation of a particular programming languages Overview of .NET framework * MSIL * Native code * JIT compiler

  6. Advantages Improves Performance Recompiles the code Greater Portability Smaller in size Use Run-time Metrics

  7. Thank you !!!

More Related