comp.lang.ada
 help / color / mirror / Atom feed
* Exception implementation
@ 2000-02-14  0:00 Vincent DIEMUNSCH
  2000-02-15  0:00 ` Robert Dewar
  0 siblings, 1 reply; 3+ messages in thread
From: Vincent DIEMUNSCH @ 2000-02-14  0:00 UTC (permalink / raw)


Hi,

Where can I get information about the typical implementation of
exceptions in Ada compilers ? I suppose there must be a usual way to do
this, like for example using a stack for calling procedures or functions
!

Do they use the stack to keep exception handlers and when a exception
occurs they try to find which handler can handle it ?

What about GNAT ?





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Exception implementation
  2000-02-14  0:00 Exception implementation Vincent DIEMUNSCH
@ 2000-02-15  0:00 ` Robert Dewar
  2000-02-15  0:00   ` Vincent DIEMUNSCH
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Dewar @ 2000-02-15  0:00 UTC (permalink / raw)


In article <38A7D486.747D118C@edf.fr>,
  Vincent DIEMUNSCH <vincent.diemunsch@edf.fr> wrote:
> What about GNAT ?

A good starting point is to read the GNAT runtime code, the
relevant files (among others) are a-except.ads and a-except.adb.


Sent via Deja.com http://www.deja.com/
Before you buy.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Exception implementation
  2000-02-15  0:00 ` Robert Dewar
@ 2000-02-15  0:00   ` Vincent DIEMUNSCH
  0 siblings, 0 replies; 3+ messages in thread
From: Vincent DIEMUNSCH @ 2000-02-15  0:00 UTC (permalink / raw)


Thanks for your answer.
That's what I'm going to do !

Robert Dewar a �crit :

> In article <38A7D486.747D118C@edf.fr>,
>   Vincent DIEMUNSCH <vincent.diemunsch@edf.fr> wrote:
> > What about GNAT ?
>
> A good starting point is to read the GNAT runtime code, the
> relevant files (among others) are a-except.ads and a-except.adb.
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-02-15  0:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-14  0:00 Exception implementation Vincent DIEMUNSCH
2000-02-15  0:00 ` Robert Dewar
2000-02-15  0:00   ` Vincent DIEMUNSCH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox