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: [split] Add CFI ops, fix call/return prediction, other changes


Paolo Bonzini <bonzini@gnu.org> writes:

> Yes, understood.  But for stdcall functions to work you need a
> stack-popping ret here too (you are returning to the caller and need
> to clean up your arguments).  This would consume more than one byte.

Ah, I see what you mean.  Still, I'd hate to waste two bytes per
function for something weird like stdcall.  I'll see if I can think of
a better approach when I try to tackle stdcall.

Ian


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