Subversion Repositories tendra.SVN

Rev

Rev 2 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<!-- Crown Copyright (c) 1998 -->
<HTML>
<HEAD>
<TITLE>
C++ Producer Guide: Intermodule analysis 
</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000FF" VLINK="#400080" ALINK="#FF0000">

<H1>C++ Producer Guide</H1>
<H3>March 1998</H3>
<A HREF="lib.html"><IMG SRC="../images/next.gif" ALT="next section"></A>
<A HREF="dump.html"><IMG SRC="../images/prev.gif" ALT="previous section"></A>
<A HREF="index.html"><IMG SRC="../images/top.gif" ALT="current document"></A>
<A HREF="../index.html"><IMG SRC="../images/home.gif" ALT="TenDRA home page">
</A>
<IMG SRC="../images/no_index.gif" ALT="document index"><P>
<HR>

<H2>2.5. Intermodule analysis</H2>
<P>
<IMG SRC="../images/warn.gif" ALT="warning">
The C++ spec linking routines have not yet been completely implemented,
and so are disabled in the current version of the C++ producer. 
</P>
<P>
A C++ spec file is a dump of the C++ producer's <A HREF="alg.html">internal
representation</A> of a translation unit.  Such files can be written
to, and read from, disk to perform such operations as intermodule
analysis. 
</P>
<P>
Note that the format of a C++ spec file is specific to the C++ producer
and may change between releases to reflect modifications in the internal
type system.  The C producer has a similar dump format, called a C
spec file, however the two are incompatible.  If intermodule analysis
between C and C++ source files is required then the <A HREF="dump.html">symbol
table dump</A> format should be used. 
</P>

<HR>
<P><I>Part of the <A HREF="../index.html">TenDRA Web</A>.<BR>Crown
Copyright &copy; 1998.</I></P>
</BODY>
</HTML>