in reply to Re: Disputation of g0n on the power and efficacy of XS
in thread Disputation of g0n on the power and efficacy of XS

C++ might be more complex; I don't know enough about its ABI to say

there is no such thing as an standard C++ ABI, it's compiler specific!

  • Comment on Re^2: Disputation of g0n on the power and efficacy of XS

Replies are listed 'Best First'.
Re^3: Disputation of g0n on the power and efficacy of XS
by JanneVee (Friar) on Apr 21, 2005 at 13:06 UTC
    Not only is it compiler specific the C++ ABI is usually very fragile. The good news is that the GCC team has done some effort to alleviate the fragility of the ABI on C++