Skip to content

Rewrite MCCAS Debug Info creation as iterative #8626

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

Conversation

rastogishubham
Copy link

The MCCAS code responsible for creating the debug info section representation is written recursively, which could lead to a stack overflow, this patches rewrites it to be recursive.

(cherry picked from commit 3e7d9f0)

@rastogishubham
Copy link
Author

@swift-ci please test

@rastogishubham
Copy link
Author

@swift-ci please test

The MCCAS code responsible for creating the debug info section
representation is written recursively, which could lead to a stack
overflow, this patches rewrites it to be recursive.

(cherry picked from commit 3e7d9f0)
@rastogishubham rastogishubham force-pushed the RewriteMCCASDebugInfo6 branch from baeb897 to a1580b2 Compare April 24, 2024 14:30
@rastogishubham
Copy link
Author

@swift-ci please test

1 similar comment
@rastogishubham
Copy link
Author

@swift-ci please test

@adrian-prantl adrian-prantl merged commit d26f7ff into swiftlang:swift/release/6.0 Apr 25, 2024
@rastogishubham rastogishubham deleted the RewriteMCCASDebugInfo6 branch April 25, 2024 23:13
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.

2 participants