Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Delphi is compiled to native code, so the performance is great. Without the overhead and inconsistencies introduced by a Virtual Machine (garbage collection, etc.)

Why aren't all compiled languages compiled to native code?



Interoperability.

Native code only runs on a single processor architecture: The one it was compiled for.

Often you want your programs to run on multiple processor architectures without compiling binaries for all of them in advance.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: