Technical Blogs

Shivam’s Knowledge Base

Published:

This is the collection of some of my technical knowledge that I gather in my free time. I started this repo during my placement preparation days, and covered topics like C++, OS, and Computer Architecture.

Function Inlining by Compiler

Published:

Compilers often insert the function code into caller’s code stream, which is called function’s inline expansion.