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

more -profile=gc support #4625

Merged
merged 1 commit into from
May 2, 2015
Merged

more -profile=gc support #4625

merged 1 commit into from
May 2, 2015

Conversation

WalterBright
Copy link
Member

This adds hooks for all compiler generated functions that call into the GC, except for adding things to associative arrays.

@WalterBright
Copy link
Member Author

Runtime support: dlang/druntime#1246

assert(e->Eoper == OPcall);
elem *e1 = e->E1;
assert(e1->Eoper == OPvar);
for (size_t i = 0; 1; ++i)
Copy link
Member

Choose a reason for hiding this comment

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

linear search mumble mumble

@andralex
Copy link
Member

andralex commented May 2, 2015

Auto-merge toggled on

andralex added a commit that referenced this pull request May 2, 2015
@andralex andralex merged commit 568f093 into dlang:master May 2, 2015
@WalterBright WalterBright deleted the tracenew2 branch May 2, 2015 06:31
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