A software development team is working on designing a new application that requires high performance and execution speed. The application will perform complex calculations and handle large amounts of data. To meet these requirements, which feature of compiled programming languages would primarily benefit the application's performance?
Translation to an intermediate bytecode
Execution of code within a virtual machine
Just-in-time compilation at runtime
Compilation to machine code before execution