[Issue 673] ABI as documented is 32 bit specific.. how about 64 bits?
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Dec 11 19:27:19 PST 2006
http://d.puremagic.com/issues/show_bug.cgi?id=673
------- Comment #5 from braddr at puremagic.com 2006-12-11 21:27 -------
Because vtable layout is but just a tiny portion of the ABI. One major area
that will end up being different is exception handling. The EH mechanisms
differ by OS, by cpu, and by wordsize. For example, the win32 eh mechanism is
_signifigantly_ different from the win64 mechanism. For some details, see this
talk: http://www.nwcpp.org/Meetings/2006/10.html
Those parts of the document are still blank, obviously, but at some point they
will be I hope/expect.
--
More information about the Digitalmars-d-bugs
mailing list