comp.lang.ada
 help / color / mirror / Atom feed
* Garbage Collection in Ada
@ 1996-10-13  0:00 Jonas Nygren
  1996-10-13  0:00 ` Robert Dewar
                   ` (25 more replies)
  0 siblings, 26 replies; 126+ messages in thread
From: Jonas Nygren @ 1996-10-13  0:00 UTC (permalink / raw)




Recently there has been some topics that has touched on the issue
of Garbage Collection, GC, in Ada. I peronally think it would be great to
have
GC in Ada and I am not sure why there is such resistance. I have a couple
of questions on this GC issue.

Many claim GC is not well suited for real-time applications - well if it is
possible at all to implement GC in Ada then it is just a question of making
the GC feature optional. This could be accomplished by compile-time
'switches' to turn GC on or off. Or one could use the same strategy as
for Ada.Finalization, e.g.:

package Garbage_Collection is
   type Collected is tagged private;
   ....
end Garbage_Collection;

Is there more to the real-time issue. Is it not sufficient to make GC
optional?

Probably the greatest obstacle is to implement GC. I have tried to study
some of the papers available and at times I believe I understand the
different approaches available but I soon lose clarity when I try to
understand
how one would go about to implement it. My understanding of compiler
technology and internals is way low.

So my second question: Is it at all possible to implement GC in Ada ?
(with a reasonable effort, whatever that is),

/jonas




^ permalink raw reply	[flat|nested] 126+ messages in thread
* Re: Garbage Collection in Ada
@ 1996-11-02  0:00 Jon S Anthony
  0 siblings, 0 replies; 126+ messages in thread
From: Jon S Anthony @ 1996-11-02  0:00 UTC (permalink / raw)



In article <01bbc76a$92d34240$829d6482@joy.ericsson.se> "Jonas Nygren" <ehsjony@ehs.ericsson.se> writes:

> What's my point? It's very simple, Ada needs garbage collection!

Well, I can't argue with that.

> It seems as if my command of the english language is not sufficient
> to bring my message about and I am terribly weak when it comes to
> being multi-lingual. The only other language I would even attempt to
> express in writing is Swedish. If this would help you, Jon, please let
> me know, and I'll put a direct answer to you in Swedish.

:-)  Believe me you are much better at English than I could hope to be
at Swedish!

/Jon
-- 
Jon Anthony
Organon Motives, Inc.
Belmont, MA 02178
617.484.3383
jsa@organon.com





^ permalink raw reply	[flat|nested] 126+ messages in thread
[parent not found: <01bbc6a3$4cf03480$829d6482@joy.ericsson.se>]
* Re: Garbage Collection in Ada
@ 1996-10-22  0:00 Brian Rogoff
  0 siblings, 0 replies; 126+ messages in thread
From: Brian Rogoff @ 1996-10-22  0:00 UTC (permalink / raw)



dewar@merv.cs.nyu.edu (Robert Dewar) writes:
   It's certainly on the list as a future possible enhancement, in fact we
   have done quite a bit of work studying the issue of whether we can provide
   a special garbage collected storage pool.

I recall reading a paper on an Ada 95 ODMG binding in which Storage_Pool was 
replaced by a 'Storage_Manager' which could map access types to machine 
addresses and back, and an attribute defined to get this Storage_Manager for 
any access. The goal was persistence, but the scheme could be used for GCed 
accesses too. The idea seemed interesting; what are the pitfalls?

-- Brian




^ permalink raw reply	[flat|nested] 126+ messages in thread
* Re: C++ Standardization (was: Once again, Ada absent from DoD SBIR solicitation)
@ 1996-10-11  0:00 Dave Wood
  1996-10-17  0:00 ` Garbage Collection in Ada Thomas Kendelbacher
  0 siblings, 1 reply; 126+ messages in thread
From: Dave Wood @ 1996-10-11  0:00 UTC (permalink / raw)



David Shochat wrote:
> 
> Stanley R. Allen wrote:
> >
> > C++ is still not ISO standardized, but many in the C++
> > community expect that it will be either this year or
> > early next.
> 
> According to the FAQ list for comp.std.c++ at
> http://reality.sgi.com/employees/austern_mti/std-c++/faq.html#B8
> 
> ISO standardization will happen 12/98, assuming all remaining votes
> succeed.
> 
> In this context, I never cease to be amazed at the way people question
> the use of GNAT on the grounds that it isn't formally validated for the
> Sun ...

Not true.  ObjectAda passed full core language validation some time ago
on Sun SPARC/Solaris.

> And then suggest C++!
> 
> People who seem perfectly sane otherwise.
> -- David

-- Dave Wood
-- Product Manager, ObjectAda for Windows
-- Thomson Software Products
-- http://www.thomsoft.com




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

end of thread, other threads:[~1996-11-07  0:00 UTC | newest]

Thread overview: 126+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-10-13  0:00 Garbage Collection in Ada Jonas Nygren
1996-10-13  0:00 ` Robert Dewar
1996-10-13  0:00 ` Lars Farm
1996-10-13  0:00   ` Larry Kilgallen
1996-10-13  0:00   ` Robert Dewar
     [not found]     ` <19961014115513529729@dialup105-2-16.swipnet.se>
1996-10-16  0:00       ` Robert Dewar
1996-10-16  0:00         ` Lars Farm
1996-10-16  0:00           ` Robert Dewar
1996-10-16  0:00             ` Hans-Juergen Boehm
1996-10-17  0:00               ` Robert Dewar
1996-10-17  0:00                 ` Hans-Juergen Boehm
1996-10-17  0:00               ` Robert A Duff
1996-10-17  0:00                 ` Larry Kilgallen
1996-10-17  0:00                 ` Hans-Juergen Boehm
1996-10-17  0:00             ` Lars Farm
1996-10-23  0:00               ` Robert Dewar
1996-10-16  0:00         ` Hans-Juergen Boehm
1996-10-16  0:00           ` Robert Dewar
1996-10-16  0:00             ` Hans-Juergen Boehm
1996-10-17  0:00               ` Robert Dewar
1996-10-17  0:00                 ` Hans-Juergen Boehm
1996-10-17  0:00                   ` Robert Dewar
1996-10-14  0:00   ` John Howard
1996-10-15  0:00     ` Lars Farm
1996-10-15  0:00       ` Robert Dewar
1996-10-15  0:00         ` Lars Farm
1996-10-15  0:00         ` Hans-Juergen Boehm
1996-10-17  0:00         ` Thomas Kendelbacher
1996-10-17  0:00           ` Robert Dewar
1996-10-23  0:00         ` Richard A. O'Keefe
1996-10-23  0:00           ` Larry Kilgallen
1996-10-15  0:00       ` Robert A Duff
1996-10-14  0:00   ` Robert A Duff
1996-10-14  0:00     ` Lars Farm
1996-10-15  0:00       ` Robert A Duff
1996-10-16  0:00         ` Lars Farm
1996-10-16  0:00           ` Robert Dewar
1996-10-17  0:00             ` Robert A Duff
1996-10-19  0:00               ` Richard Kenner
1996-10-19  0:00               ` Robert Dewar
1996-10-19  0:00                 ` Lars Farm
1996-10-20  0:00                   ` Robert Dewar
1996-10-20  0:00                     ` Robert A Duff
1996-10-20  0:00                       ` Robert Dewar
1996-10-21  0:00                     ` Lars Farm
1996-10-21  0:00                       ` Robert Dewar
1996-10-21  0:00                         ` Lars Farm
1996-10-21  0:00                     ` Geert Bosch
1996-10-21  0:00                       ` Hans-Juergen Boehm
1996-10-23  0:00                     ` Fergus Henderson
1996-10-24  0:00                     ` Richard A. O'Keefe
1996-10-20  0:00                 ` Robert A Duff
1996-10-20  0:00                   ` Robert Dewar
1996-10-21  0:00                     ` Hans-Juergen Boehm
1996-10-21  0:00                       ` Robert Dewar
1996-10-15  0:00     ` Hans-Juergen Boehm
1996-10-15  0:00   ` Keith Thompson
1996-10-14  0:00 ` Jon S Anthony
1996-10-15  0:00   ` Robert Dewar
1996-10-15  0:00 ` Robert I. Eachus
1996-10-15  0:00   ` Robert Dewar
1996-10-16  0:00   ` whiting_ms@corning.com (Matt Whiting)
1996-10-16  0:00     ` Robert Dewar
1996-10-17  0:00   ` John Howard
1996-10-17  0:00     ` Robert Dewar
1996-10-18  0:00       ` Lars Farm
1996-10-19  0:00         ` Robert Dewar
1996-10-20  0:00           ` Lars Farm
1996-10-21  0:00             ` Robert Dewar
1996-10-22  0:00               ` Lars Farm
1996-10-21  0:00             ` Nicolay Belofastow
1996-10-21  0:00               ` Robert Dewar
1996-10-20  0:00         ` Robert A Duff
1996-10-20  0:00           ` Robert Dewar
1996-10-22  0:00         ` Mitch Gart
1996-10-23  0:00           ` Fergus Henderson
1996-10-23  0:00           ` Hans-Juergen Boehm
1996-10-27  0:00             ` Richard Riehle
1996-10-29  0:00         ` Jon S Anthony
1996-10-30  0:00         ` Brian Rogoff
1996-10-30  0:00         ` Jonas Nygren
1996-10-30  0:00         ` Jon S Anthony
1996-10-30  0:00         ` James Rogers
1996-10-18  0:00       ` Lars Farm
1996-10-20  0:00         ` Robert A Duff
1996-10-18  0:00       ` Hans-Juergen Boehm
1996-10-15  0:00 ` Hannes Haug
1996-10-16  0:00 ` Ole-Hjalmar Kristensen FOU.TD/DELAB
1996-10-16  0:00   ` Robert Dewar
1996-10-16  0:00 ` Jon S Anthony
1996-10-16  0:00 ` Jon S Anthony
1996-10-17  0:00   ` Robert Dewar
1996-10-16  0:00 ` Jon S Anthony
1996-10-16  0:00 ` Jon S Anthony
1996-10-17  0:00 ` Robert I. Eachus
1996-10-17  0:00   ` Robert Dewar
1996-10-17  0:00     ` Richard Kenner
1996-10-17  0:00 ` Hans-Juergen Boehm
1996-10-17  0:00 ` Rick Hudson
1996-10-18  0:00 ` Jon S Anthony
1996-10-18  0:00   ` Robert Dewar
1996-10-18  0:00 ` Rick Hudson
1996-10-18  0:00 ` Jon S Anthony
1996-10-23  0:00   ` Robert Dewar
1996-10-21  0:00 ` Jon S Anthony
1996-10-21  0:00 ` Laurent Pautet
1996-10-22  0:00 ` Jon S Anthony
1996-10-22  0:00 ` Tapani Rundgren
1996-10-23  0:00 ` Jon S Anthony
1996-10-24  0:00   ` Mitch Gart
1996-10-24  0:00 ` Hans-Juergen Boehm
1996-10-24  0:00 ` Robert I. Eachus
1996-10-25  0:00 ` Jon S Anthony
1996-10-28  0:00 ` Robert I. Eachus
1996-10-29  0:00 ` Hans-Juergen Boehm
  -- strict thread matches above, loose matches on Subject: below --
1996-11-02  0:00 Jon S Anthony
     [not found] <01bbc6a3$4cf03480$829d6482@joy.ericsson.se>
1996-10-31  0:00 ` Mitch Gart
1996-10-31  0:00   ` Jonas Nygren
1996-11-03  0:00   ` Matthew Heaney
1996-11-06  0:00     ` Robert A Duff
1996-11-06  0:00       ` Norman H. Cohen
1996-11-01  0:00 ` Jon S Anthony
1996-11-06  0:00 ` Brian Rogoff
1996-11-07  0:00   ` Tucker Taft
1996-10-22  0:00 Brian Rogoff
1996-10-11  0:00 C++ Standardization (was: Once again, Ada absent from DoD SBIR solicitation) Dave Wood
1996-10-17  0:00 ` Garbage Collection in Ada Thomas Kendelbacher

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