This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [RFC] Win64 SEH support


* Chris Lattner:

> Out of curiosity, how does this avoid the well-known SEH patents by
> borland and Microsoft?

AFAIK, SEH on Win64 does not use a control value on the stack, but
tables in the style of DWARF exception handling.

Win32 is different, and allegedly affected by the Borland patent
(whoever controls that nowadays).  I don't know if the previous
reluctance was based on valid IP concerns or on general disregard of
the Windows platform.


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