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

Tier 1 support for x86_64-linux-(gnu,musl)x32 #21711

Open
1 of 7 tasks
alexrp opened this issue Oct 15, 2024 · 2 comments
Open
1 of 7 tasks

Tier 1 support for x86_64-linux-(gnu,musl)x32 #21711

alexrp opened this issue Oct 15, 2024 · 2 comments
Labels
arch-x86_64 64-bit x86 contributor friendly This issue is limited in scope and/or knowledge of Zig internals. enhancement Solving this issue will likely involve adding new logic or components to the codebase. os-linux standard library This issue involves writing Zig code for the standard library.
Milestone

Comments

@alexrp
Copy link
Member

alexrp commented Oct 15, 2024

  • Standard library support
  • libc is available even when cross-compiling
  • Stack traces work
  • All behavior tests pass
  • All standard library tests pass
  • No disabled tests
  • Enabled in CI? (No QEMU support)

Open issues:

@alexrp alexrp added enhancement Solving this issue will likely involve adding new logic or components to the codebase. contributor friendly This issue is limited in scope and/or knowledge of Zig internals. standard library This issue involves writing Zig code for the standard library. os-linux arch-x86_64 64-bit x86 labels Oct 15, 2024
@alexrp alexrp added this to the unplanned milestone Oct 15, 2024
@nektro
Copy link
Contributor

nektro commented Oct 15, 2024

found this https://lwn.net/Articles/774734/ the last time i looked into it, which if true may make it tier 4 by default
maybe not, maybe its a chicken and egg problem

@alexrp
Copy link
Member Author

alexrp commented Oct 15, 2024

git log --grep=x32 arch/x86 in the Linux tree suggests it still sees ongoing development. If that changes, though, I have no particular objection to downgrading its support status.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-x86_64 64-bit x86 contributor friendly This issue is limited in scope and/or knowledge of Zig internals. enhancement Solving this issue will likely involve adding new logic or components to the codebase. os-linux standard library This issue involves writing Zig code for the standard library.
Projects
None yet
Development

No branches or pull requests

2 participants