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

Add the Z 'type' to the mangling ABI to denote internal symbols. #628

Merged
merged 1 commit into from
Oct 11, 2014

Conversation

Poita
Copy link
Contributor

@Poita Poita commented Aug 9, 2014

See discussion here: dlang/druntime#725

D already creates mangled names using the Z symbol for internal symbols, e.g.
_D3foo3Bar6__vtblZ for the virtual table for class foo.Bar. The ABI makes no
mention of these symbols. This pull request adds Z to the mangling ABI to make
these official symbols. The linked pull request implements that demangling.

See discussion here: dlang/druntime#725

D already creates mangled names using the Z symbol for internal symbols, e.g.
_D3foo3Bar6__vtblZ for the virtual table for class foo.Bar. The ABI makes no
mention of these symbols. This pull request adds Z to the mangling ABI to make
these official symbols. The linked pull request implements that demangling.
@quickfur
Copy link
Member

quickfur commented Aug 9, 2014

LGTM.

MartinNowak added a commit that referenced this pull request Oct 11, 2014
Add the Z 'type' to the mangling ABI to denote internal symbols.
@MartinNowak MartinNowak merged commit ed1cfd0 into dlang:master Oct 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants