Subversion Repositories tendra.SVN

Rev

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

Rev Author Line No. Line
2 7u83 1
<!-- Crown Copyright (c) 1998 -->
2
<HTML>
3
<HEAD>
4
<TITLE>
5
C++ Producer Guide: Intermodule analysis 
6
</TITLE>
7
</HEAD>
8
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000FF" VLINK="#400080" ALINK="#FF0000">
9
 
10
<H1>C++ Producer Guide</H1>
11
<H3>March 1998</H3>
12
<A HREF="lib.html"><IMG SRC="../images/next.gif" ALT="next section"></A>
13
<A HREF="dump.html"><IMG SRC="../images/prev.gif" ALT="previous section"></A>
14
<A HREF="index.html"><IMG SRC="../images/top.gif" ALT="current document"></A>
15
<A HREF="../index.html"><IMG SRC="../images/home.gif" ALT="TenDRA home page">
16
</A>
17
<IMG SRC="../images/no_index.gif" ALT="document index"><P>
18
<HR>
19
 
20
<H2>2.5. Intermodule analysis</H2>
21
<P>
22
<IMG SRC="../images/warn.gif" ALT="warning">
23
The C++ spec linking routines have not yet been completely implemented,
24
and so are disabled in the current version of the C++ producer. 
25
</P>
26
<P>
27
A C++ spec file is a dump of the C++ producer's <A HREF="alg.html">internal
28
representation</A> of a translation unit.  Such files can be written
29
to, and read from, disk to perform such operations as intermodule
30
analysis. 
31
</P>
32
<P>
33
Note that the format of a C++ spec file is specific to the C++ producer
34
and may change between releases to reflect modifications in the internal
35
type system.  The C producer has a similar dump format, called a C
36
spec file, however the two are incompatible.  If intermodule analysis
37
between C and C++ source files is required then the <A HREF="dump.html">symbol
38
table dump</A> format should be used. 
39
</P>
40
 
41
<HR>
42
<P><I>Part of the <A HREF="../index.html">TenDRA Web</A>.<BR>Crown
43
Copyright &copy; 1998.</I></P>
44
</BODY>
45
</HTML>