Hacker News new | past | comments | ask | show | jobs | submit login

The use of gotos rather than function calls is interesting... man that's gutsy programming! I'd never thought to do that when considering optimizations.



If you were to hand transform your high-level code into assembler, you would have little choice.


Sadly, the world of academia has scared people into thinking goto is the spawn of Satan. It really does have its place.


Goto's make code really hard to decompile.




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

Search: