Details
Description
Currently the BSS section is cleared DWORD-wise. For larger BSS sections this might be slow. Using STM (Store Multiple) commands may speed up bss clearing and just increases initialization code size a little.
Currently the BSS section is cleared DWORD-wise. For larger BSS sections this might be slow. Using STM (Store Multiple) commands may speed up bss clearing and just increases initialization code size a little.