Liangxu Linux
Aug 20, 2024 · Fundamentals
Why Does Your Executable Size Vary? Understanding BSS, Data, and Text Segments
An overview of the BSS, data, and text segments in program memory—explaining their roles for uninitialized, initialized global variables and executable code, plus heap and stack basics, illustrated with C examples that show how segment placement affects binary size.
Data SegmentHeapStack
0 likes · 7 min read
