Reddit Reddit reviews Linux Core Kernel Commentary, 2nd Edition

We found 1 Reddit comments about Linux Core Kernel Commentary, 2nd Edition. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Operating Systems
Linux Operating System
Linux Programming
Linux Core Kernel Commentary, 2nd Edition
Used Book in Good Condition
Check price on Amazon

1 Reddit comment about Linux Core Kernel Commentary, 2nd Edition:

u/jhartwell ยท 7 pointsr/learnprogramming

It's funny because I just covered this while reading Linux Core Kernel Commentary. The reason that the linux kernel does it is performance. Instead of calling a function and having the, albiet small, overhead they use a goto. This is the only time I've seen goto's used as well, but the explanation makes sense.