This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Strange behaviour in C++...


  In message <199908252245.PAA26371@atrus.synopsys.com>you write:
  > Really?  I know that there is a patent concern (Microsoft has patented
  > one approach to thunks, one that both Per Bothner and I apparently
  > independently "invented" but a bit different from the one g++ now uses),
  > but it is work-aroundable.
I'm not that wired into this group, but I'd be amazed if they are not aware of
the micky-soft patents and dealing with them in an appropriate manner.  These
people have more than a clue.

  > I think that any claim of a performance concern should be backed up by
  > benchmarks.
Well, if they define the standard, we'll probably want to go along with it.
The ability to mix-n-match code between different compilers is a good thing ;-)


  > I assume that this would be an ABI for Intel-like hardware?  (I can't
  > imagine an unqualified ABI for all platforms, I think it is too early).
ia64.  But most of the concepts behind the ABI apply to other architectures --
name mangling, vtable layouts, empty virtual baseclass opts, etc etc.

jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]