Anvilon
Eric | Links | Kids | Talks | Software | Contact
Compilation Phase
First page Back Continue Last page Overview Graphics

Compilation Phase

  • Java, C#, C++ are compiled and run separately

  • Perl is compiled on the fly

    • Simplifies development cycle
    • Adds a small startup cost
    • Increases performance of running code
    • Makes all source code available (has pros and cons)
Copyright ©1998-2008
Eric Hammond
Credits