Skip to content
Snippets Groups Projects
Commit a01dda3c authored by Ian Lance Taylor's avatar Ian Lance Taylor
Browse files

compiler, libgo: change mangling scheme

Overhaul the mangling scheme to avoid ambiguities if the package path
contains a dot. Instead of using dot both to separate components and
to mangle characters, use dot only to separate components and use
underscore to mangle characters.

For golang/go#41862

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/271726
parent 90bf60c3
No related branches found
No related tags found
No related merge requests found
Showing
with 1102 additions and 746 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment