mukul-rathi / bolt

Bolt is a language with in-built data-race freedom!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Name mangle ALL THE THINGS

mukul-rathi opened this issue · comments

Name mangle

( Desugaring stage)

  • function overloaded names
  • method overloaded names within classes
  • fields shadowed by subclasses
  • variable shadowing in inner scope
  • parametric classes (use concrete type instantiation)

(IR lowering stage)

  • method names between classes