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

Name mangling #2

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion active-rfcs/0000-name-mangling.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Most languages "mangle" names of symbols, in order to allow for things like name

## Detailed design

For purposes of this RFC, "string" refers to a number n followed by n characters
For purposes of this RFC, "string" refers to a number n followed by n characters.
Additionally, "constant string" is a literal string of characters
nailuj29 marked this conversation as resolved.
Show resolved Hide resolved

### Function name mangling
A function name will be mangled according to the following scheme
Expand Down