Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-113655: Lower the C recursion limit for all big-endian platforms #124264

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

thesamesam
Copy link
Contributor

@thesamesam thesamesam commented Sep 20, 2024

We currently reduce the C recursion limit just for s390x (which is big-endian),
but in Gentoo, we hit the same issues on ppc64be, hppa, and sparc.

At least for ppc64, it seems like the ABI used on ppc64be means you end
up with bigger stack frames.

Just set it to a sensible, conservative value for all BE platforms.

…orms

We currently reduce the C recursion limit just for s390x (which is big-endian),
but in Gentoo, we hit the same issues on ppc64be, hppa, and sparc.

At least for ppc64, it seems like the ABI used on ppc64be means you end
up with bigger stack frames.

Just set it to a sensible, conservative value for all BE platforms.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant