dlang.org icon indicating copy to clipboard operation
dlang.org copied to clipboard

The mangling of constructors is not documented by the ABI.

Open dlangBugzillaToGithub opened this issue 14 years ago • 1 comments
trafficstars

Bernard Helyer (@bhelyer) reported this on 2011-02-22T23:30:26Z

Transferred from https://issues.dlang.org/show_bug.cgi?id=5644

CC List

  • Andrei Alexandrescu (@andralex)
  • Walter Bright (@WalterBright)

Description


dlangBugzillaToGithub avatar Feb 22 '11 23:02 dlangBugzillaToGithub

b.helyer commented on 2011-02-22T23:31:34Z

Some poking around reveals that 'this' turns into '__ctor', and then it is just mangled as a function. This should be documented in the ABI section.

dlangBugzillaToGithub avatar Feb 22 '11 23:02 dlangBugzillaToGithub