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

Valid. Especially in early boot.

Another possibility: always use link-time sorting for the kernel, and for individual modules, and then do runtime merging if and only if you have kernel modules. That way, the link-time sorting path is always tested, and the runtime merging is tested anytime you have kernel modules (which sounds like the more common case).

(All of this, though, is gated under "is it worth saving the microseconds yet".)




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

Search: