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: darwin fix-and-continue support


On Saturday, August 21, 2004, at 09:43 AM, Roger Sayle wrote:
Is there any reason why you don't just guarantee that a function is
always at least 16 bytes long, rather than add these four NOPs into
every prologue?

I suspect ease of implementation for the gdb people, as they can easily change the PC of any thread that is in the nop by advancing it, without worrying what it does, and then they can just overwrite the nops as they see fit.



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