yaos icon indicating copy to clipboard operation
yaos copied to clipboard

Remove `get_container_of()` macro to reduce even more instruction overhead

Open onkwon opened this issue 10 years ago • 0 comments

make the member of the structure in the first place then it can be easily replaced by just assignment operator. Such rq member of struct task, link member of struct page, list member of struct ff_freelist and link of structwaitqueue` are the candidates.

onkwon avatar Aug 19 '15 04:08 onkwon