You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This moves the .bss section from "uninitialized" memory that gets
allocated by the loader to explictily zeroed memory in the .data
section.
This makes the loader's job much easier, as it can just map the file in
one contiguous section of memory. Before, it would have to "expand" the
.bss section.
Signed-off-by: Joe Richey <joerichey@google.com>
0 commit comments