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

AK+Everywhere: De-duplicate stack unwinding functions #24292

Merged
merged 4 commits into from May 14, 2024

Conversation

spholz
Copy link
Contributor

@spholz spholz commented May 12, 2024

We currently implement stack unwinding in a lot of places.
Instead of making all of them RISC-V-aware and therefore creating even more duplicate code, this PR adds a new generic AK helper for stack unwinding.

I hope I found all stack unwinding implementations.

Instead of duplicating stack unwinding code everywhere, introduce a new
AK helper to unwind the stack in a generic way.
@github-actions github-actions bot added the 👀 pr-needs-review PR needs review from a maintainer or community member label May 12, 2024
@ADKaster ADKaster merged commit 53a1c25 into SerenityOS:master May 14, 2024
12 checks passed
@github-actions github-actions bot removed the 👀 pr-needs-review PR needs review from a maintainer or community member label May 14, 2024
@spholz spholz deleted the ak-stack-unwinding branch May 14, 2024 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants