bss

In computer programming, the block starting symbol (abbreviated to .bss or bss) is the portion of an object file, executable, or assembly language code that contains statically allocated variables that are declared but have not been assigned a value yet. It is often referred to as the "bss section" or "bss segment".
Typically only the length of the bss section, but no data, is stored in the object file. The program loader allocates memory for the bss section when it loads the program. By placing variables with no value in the .bss section, instead of the .data or .rodata section which require initial value data, the size of the object file is reduced.
On some platforms, some or all of the bss section is initialized to zeroes. Unix-like systems and Windows initialize the bss section to zero, which can thus be used for C and C++ statically allocated variables that are initialized to all zero bits. Operating systems may use a technique called zero-fill-on-demand to efficiently implement the bss segment. In embedded software, the bss segment is mapped into memory that is initialized to zero by the C run-time system before main() is entered. Some C run-time systems may allow part of the bss segment not to be initialized; C variables must explicitly be placed into that portion of the bss segment.
On some computer architectures, the application binary interface also supports an sbss segment for "small data". Typically, these data items can be accessed using shorter instructions that may only be able to access a certain range of addresses. Architectures supporting thread-local storage might use a tbss section for uninitialized, static data marked as thread-local.

View More On Wikipedia.org
  1. Meneja Wa Makampuni

    Bongo Star Search (BSS) anzisheni program ya kupeleka vipaji American Got Talent (AGT)

    Kwa: Meneja wa Bongo Star Search (BSS) Dar es Salaam, Tanzania Yah: Kuanzisha Programu ya Kuwapeleka Washindi wa BSS Kushiriki Mashindano ya America’s Got Talent (AGT) Natumai barua hii inakufikia ukiwa na afya njema na unaendelea vyema na juhudi za kukuza vipaji vya muziki na sanaa kupitia...
  2. Mindyou

    Madam Ritha afichua bajeti ya kuandaa Bongo Star Search. Ni Milioni 700 mnaweza kuamini?

    Habari zenu wanajamvi. Lunch mmepata? Leo nilikuwa nipo Youtube natazama kipindi cha Salama Na Madam Ritha. Kuna sehemu moja ya mahojiano hayo, Madam Ritha kipindi anajibu swali la mtangazaji machachari, Salama Jabir alidokeza kuhusu gharama anazotumia kuandaa hicho TV kwa msimu mmoja. Ritha...
Back
Top Bottom