comp.lang.ada
 help / color / mirror / Atom feed
* Summary of Diana Status
@ 1991-04-08 16:34 Christopher Warack
  1991-04-09 14:33 ` Arthur Evans
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Warack @ 1991-04-08 16:34 UTC (permalink / raw)


Here's the summary of what I learned about Diana.  I got several request to
post this. I'm still interested in a pointer to the latest Diana
definition.  jls mentioned a Tartan document about 5 years old.  Anyone
know an exact reference and how to get it?  The version I have is somewhat
older (~'83).  Does someone at the AJPO know?

Thanks again to everyone that responded.
- Chris

SUMMARY FOLLOWS:
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
From: jls@rational.Rational.COM

The standard we use is the one from Tartan. I think it is about 5 years
old.
 
Original-msg: 
________________________________

Thanks for the response.  This is pretty much what I thought...

In article <jls.669955907@rutabaga> you write:
>>What is the latest version?
>>Where can you get the documentation for that version?
>
>Hard to say. I believe the draft standard was never formally adopted
>by a standards body, and has sort of sat around for several years.
>We adhered quite closely to the standard, but there are areas where
>we diverged: so much for the dream of a common APSE core, huh?

me>Do you guys have a definition available that I could get my hands on?
me>By the 'draft standard' do you mean the '83 version that showed up in 
me>Lecture Notes for Comp Sci #161 or something else?

>>Is anybody using it for tools other than compilers?
>
>We use it for code analysis tools, PDL, hyper-code traversal, and
>a number of other things.

>>Has anyone added object code attributes or somehow represented optimizations?
>
>We decorate the tree with code segments and other compiler information
>not specified in the original standard.

From carlisle@eng.auburn.edu Fri Mar 29 16:21:50 1991

We're using it here at Auburn - via a VERDIX/ADA
tool to get at the net (which apparently they
use in their compiler). I would be interested
in finding out what you find out about others who
are using it.  Thanks.

From: ryer@inmet.inmet.com

Intermetrics compilers use DIANA.  Our DIANA has some locally defined
extensions and representation tricks.

The interface is open.  We have provided it to other developers.

Currently, General Research Corp's "Ada Test and Verification System (ATVS)"
is the only commercially available product from another company that is based 
on our DIANA.  GRC has also developed an "Expert Avionics Code Modification"
system that uses our DIANA as a database.

Intermetrics uses DIANA as the IL for code generation, for our AdaView
symbolic debugger, and our Byron PDL tool.

Mike Ryer

From: ryer@inmet.inmet.com (Mike Ryer)

DIANA is not an easy thing to send -- we represent it as a disk-resident
structure with associated paging/long-pointer machinery.  It is defined
in IDL (which we have also extended), and the dereference/paging routines
are automatically generated (except the assembly language part).  The
Ada specification part that gets plugged into the rest of the compiler
is a single Ada package containing one variant record declaration about
10,000 lines long.

The interface is open, but it is not at all simple -- it usually takes
a bit of training time on our part to get a new DIANA user up to speed.

Code generation is just "maximal munch" (Cattell/CMU, about 1976), with
no special smarts in the DIANA -- in fact we generate a lower-lever
(level) IL from DIANA before generating machine code.

--
Christopher A. Warack                   warack@eecs.umich.edu
Graduate Dept, EECS			(313) 665-4789
University of Michigan

^ permalink raw reply	[flat|nested] 3+ messages in thread
[parent not found: <163413@<1991Apr8>]

end of thread, other threads:[~1991-04-11 18:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1991-04-08 16:34 Summary of Diana Status Christopher Warack
1991-04-09 14:33 ` Arthur Evans
     [not found] <163413@<1991Apr8>
1991-04-11 18:03 ` stt

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