Compilation anticipée

Cet article ne cite pas suffisamment ses sources (octobre 2014).

Compilation anticipée
exemple de compilation anticipé

En informatique , la compilation anticipée (ou compilation hors ligne, ou compilation AOTAOT signifie ahead-of-time; en anglais, ahead-of-time compilation) est une compilation qui traduit un langage évolué en langage machine avant l'exécution d'un programme contrairement à une compilation à la volée (just-in-time compilation) qui se fait lors de l'exécution du programme[1].

La compilation anticipée permet d'avoir une vue d'ensemble du code, ce qui n'est pas le cas d'une compilation à la volée qui ne peut faire que des optimisations locales. La compilation anticipée permet de diminuer les coûts de traitements des exceptions et les appels aux méthodes et interfaces.

Notes et références

  1. Dong-Heon Jung, Jong Kuk Park, Sung-Hwan Bae et Jaemok Lee, « Efficient exception handling in Java bytecode-to-c ahead-of-time compiler for smbedded systems », Proceedings of the 6th ACM & IEEE International conference on Embedded software, Association for Computing Machinery, eMSOFT '06,‎ , p. 188–194 (ISBN 978-1-59593-542-7, DOI 10.1145/1176887.1176915, lire en ligne, consulté le )

Voir aussi

Articles connexes

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.