Sanwar Ranwa
What is AOT compilation?
By Sanwar Ranwa in Angular on May 10 2018
  • yogesh waran
    Jul, 2018 7

    ahead of time (AOT) compilation is the act of compiling a higher level programming language

    • 2
  • Shivam Shukla
    Jun, 2018 27

    In computer science, ahead-of-time (AOT) compilation is the act of compiling a higher-level programming language such as C or C++, or an intermediate representation such as Java bytecode or .NET Framework Common Intermediate Language (CIL) code, into a native (system-dependent) machine code so that the resulting binary.Wiki Link for the same: https://en.wikipedia.org/wiki/Ahead-of-time_compilation

    • 2
  • snehal suryavanshi
    Jun, 2018 27

    Ahead-of-Time (AOT), it compiles angular app at build time. It converts your Angular HTML and TypeScript code into efficient JavaScript code during the build phase before the browser downloads and runs that code.

    • 2
  • Deepam Dutta
    Jul, 2018 5

    Aot compilation is used to convert the html code into efficient javascript code

    • 1
  • Abhijit Sahoo
    Jul, 2018 4

    Angular's Ahead-of-Time (AoT) compilation is a powerful tool, that improves page load by such multiples that speed-up is sensible by human beings. In our case, an application bundled with the AoT compiler loads 3 times faster than the same application bundled with the JiT compiler.

    • 1


Most Popular Job Functions


MOST LIKED QUESTIONS