Bck2BrwsrMangling
From APIDesign
(Difference between revisions)
JaroslavTulach (Talk | contribs)
(New page: When translating the ByteCode to JavaScript the Bck2Brwsr project needs to face a common problem -- when translating a typed language (like Java) to untyped (like [[JavaScr...)
Next diff →
Revision as of 12:03, 26 January 2013
When translating the ByteCode to JavaScript the Bck2Brwsr project needs to face a common problem -- when translating a typed language (like Java) to untyped (like JavaScript) one needs to mange the names, so they continue to support method and field overloading.
Like JNI
There is a common mangling scheme specified by JNI for C.