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: [PATCH] Add support for the Win32 hook prologue (try 7)


On 09/27/2009 04:59 PM, Stefan Dösinger wrote:
Changes from try 6:
the ms_hook_prologue attribute applies to the function, rather than its
type. Changed the attribute lookup accordingly. However, I still allow
the attribute for nested functions, there's no reason why this wouldn't
work. (The case of static_chain and ms_hook_prologue can potentially be
optimized)

You posted the wrong version of the patch; the one you did attach doesn't have these changes.


As for static_chain vs ms_hook_prologue, they *cannot* be combined. Both require being done first.


r~



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