On operating systems that don't immediately map in the whole stack, we need to be careful to not hint into the pages after the stack guard gap, which the stack will expand into. The easiest way to avoid that is to hint in the same direction as stack growth.
const stack_direction = builtin.target.stackGrowth()
const stack_direction = builtin.target.stackGrowth()