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

Support name mangling for C++ functions in db.yml #271

Open
devnoname120 opened this issue Dec 28, 2017 · 0 comments
Open

Support name mangling for C++ functions in db.yml #271

devnoname120 opened this issue Dec 28, 2017 · 0 comments

Comments

@devnoname120
Copy link
Member

devnoname120 commented Dec 28, 2017

Currently, C++ function names are put in their mangled form in db.yml: 5ed41dd#diff-db62ffcced04f71944400ad9ae4310ceR3772

This is not ideal for several reasons:

  • Mangling is compiler-dependent. This means that db.yml is potentially incompatible with other SDKs, and GCC updates.
  • This is hard to read for humans, and db.yml is mostly manually maintained.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant