File: link.html

package info (click to toggle)
tendra-doc 4.1.2-8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, jessie, jessie-kfreebsd, lenny, squeeze
  • size: 2,608 kB
  • ctags: 1,566
  • sloc: makefile: 31; sh: 3
file content (45 lines) | stat: -rw-r--r-- 1,614 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!-- 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>