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

iasm.d: rework to remove all storage allocation #6379

Merged
merged 1 commit into from
Jan 3, 2017

Conversation

WalterBright
Copy link
Member

Replace new/delete with stack locals.

@WalterBright WalterBright force-pushed the iasm-no-new branch 3 times, most recently from f4afa51 to 948fb2e Compare December 28, 2016 16:06
@WalterWaldron
Copy link
Contributor

std.concurrency test failure is bug #17037

o1 = (o1.disp) ? o2 : o3;
OPND o3;
asm_cond_exp(o3);
if (o1.disp)
Copy link
Member

Choose a reason for hiding this comment

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

use ternary op? o1 = o1.disp ? o2 : o3;

@andralex
Copy link
Member

andralex commented Jan 3, 2017

again seeing coverage issues

@WalterBright
Copy link
Member Author

The coverage issues were there before, and are an issue for another PR.

@WalterBright WalterBright merged commit 8427c67 into dlang:master Jan 3, 2017
@WalterBright WalterBright deleted the iasm-no-new branch January 3, 2017 18:36
@CyberShadow
Copy link
Member

This pull request introduced a regression:
https://issues.dlang.org/show_bug.cgi?id=17523

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.

4 participants