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

To add to this: The same goes for C's process startup (at least the OS won't call main with those arguments; the C stdlib performs some tasks before your code runs), or interpreter startup. Unless you're writing in assembler and call the OS directly, almost every programming language will have some overhead when starting. Granted, managed languages like Java are much worse than many others.


This is true, but any overhead that C has Java will also have because the JVM is itself an ELF binary.




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

Search: