Skip to content
Commit 4ba2815d authored by Martin Schwidefsky's avatar Martin Schwidefsky
Browse files

s390/mm: align 64-bit PIE binaries to 4GB



The base address (STACK_TOP / 3 * 2) for a 64-bit program is two thirds
into the 4GB segment at 0x2aa00000000. The randomization added on z13
can eat another 1GB of the remaining 1.33GB to the next 4GB boundary.
In the worst case 300MB are left for the executable + bss which may
cross into the next 4GB segment. This is bad for branch prediction,
therefore align the base address to 4GB to give the program more room
before it crosses the 4GB boundary.

Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent f4dce5c9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment