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

This is C, in the kernel. You can't "raise an exception."

The gotos are necessary because kernel work requires allocating resources. If an error is hit, the function needs to exit, but it also needs to release its resources correctly. But, these resources need to be freed upon normal completion as well. Hence, gotos.

You should probably read some of the code before saying it's bad. See, for example, the function that implements a memory map: http://miller.cs.wm.edu/lxr3.linux/http/source/mm/mmap.c?v=2...



Well, fair enough. My ignorance of C kernel programming is on display, but I'm pretty sure the topic was why we'd need goto's in PHP.

Again, I'm not seeing any specific need.




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

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

Search: