GOTO Statements in Linux Kernel Source
Given below is the summary of the above video:
- Programming books generally suggest to avoid using goto statement in order to make the code more readable.
- However, if you'll check out Linux source code you'll find abundant use of the goto statements.
- This is done mainly for optimization purposes.
Comments
Post a Comment
If you are adding a summary don't forget to add the link to the video. Please try to keep the summary short but comprehensive enough to give the main points of the video.