Mail Archives: djgpp-workers/1998/01/14/06:12:50
On Tue, 13 Jan 1998, Charles Sandmann wrote:
> I didn't have much time to review, but it's not clear to me what the
> limitations on this handler are. The stack does not seem to be set
> up properly, which GCC assumes, so there are lots of things to
> consider.
Are you talking about the user-defined callback here, or about the
DJGPP handler which is on exceptn.S?
If the user-defined code is the issue, can we assume that the user
should take care of that? They will need to do more than that anyway
(like lock their code and data) if they don't want to crash, right?
If our handler is the issue, then I don't think I understand the
problem. If you are concerned with an extra pushl and the call, then
isn't the stack on which the handler is called big enough to allow for
this?
- Raw text -