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

Critical: fix Issue 14510 - Bad tail call optimization with static arrays #4778

Merged
merged 1 commit into from Jun 27, 2015

Conversation

WalterBright
Copy link
Member

assert(vec[2] == 0);
if (recursive)
return;
fun(vec, true);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/fun/fun14510/

@WalterBright WalterBright force-pushed the fix14510 branch 2 times, most recently from 8456361 to af82ac6 Compare June 27, 2015 05:26
@9rnsr
Copy link
Contributor

9rnsr commented Jun 27, 2015

Auto-merge toggled on

9rnsr added a commit that referenced this pull request Jun 27, 2015
Critical: fix Issue 14510 - Bad tail call optimization with static arrays
@9rnsr 9rnsr merged commit 6071f1d into dlang:master Jun 27, 2015
9rnsr added a commit to 9rnsr/dmd that referenced this pull request Jun 27, 2015
Critical: fix Issue 14510 - Bad tail call optimization with static arrays
@WalterBright WalterBright deleted the fix14510 branch June 27, 2015 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants