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 x86 runtime support routines


You've currently not got a valid unwind through your stacks. This is going to prevent its use with exception handling, for instance.

I don't think it would be too difficult to simply set up %ebp within __morestack to help generate proper unwind information.

I can also imagine it would not be difficult to set up an EH cleanup handler within __morestack to deallocate the stack while unwinding for an exception.



r~


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