C++ Logo

std-proposals

Advanced search

[std-proposals] Common ABI specification

From: samuel ammonius <sfammonius_at_[hidden]>
Date: Fri, 27 Jan 2023 15:53:57 -0330
Hello,

I have a proposal that I hope could make C++ possible
to mix with different compilers and programming languages
without having to use *extern "C"*. It specifies things like
name mangling and how "this" is passed to methods, since
these things usually get in the way of mixing languages and
compilers with C++. It doesn't (shouldn't) interfere with any
other language features. I've written a small draft in plaintext
that's attached to this email. Thanks.

Received on 2023-01-27 19:24:10