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

You can make register_device() an inline function that just calls a do_register_device() private function without the badge. That way you don't have to pay for the empty class.


I'm not sure I follow... The motivation for Badge is to have methods on VFS that only Device can call, without exposing VFS's internals to Device. Without Badge, what prevents non-Device functions from calling register_device()?


I guess the inline function would require a Badge and the private member function would not. So an inline constructed but never used Badge is even more likely to be completely optimized away





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

Search: