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

Resolved compiler segfault on optimization pass (issue #1225) #1910

Conversation

KaroLaunonen
Copy link
Contributor

"Move hep allocations to the stack" optimization pass depends on DominatorTreeWrapperPass, which wasn't initialized.

@jemc jemc changed the title Resolves issue #1225 - compiler segfault on optimization pass. Resolved compiler segfault on optimization pass (issue #1225) May 14, 2017
@jemc jemc added the changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge label May 14, 2017
@jemc
Copy link
Member

jemc commented May 14, 2017

Thank you!

@jemc jemc merged commit 750c265 into ponylang:master May 14, 2017
ponylang-main added a commit that referenced this pull request May 14, 2017
@KaroLaunonen KaroLaunonen deleted the fix/1225-initialize-properly-move-head-allocations-to-stack-pass branch May 15, 2017 03:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants