summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-07-14 21:52:41 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-07-14 21:52:41 +0000
commit47e3dc9c4eba01fb225f1089911f5e365e503a67 (patch)
tree1c365f2e9554535b5fa17595b58f24677af24bfc
parente21fa74df7859647bf2b6d63c50d3a7d95556cb9 (diff)
downloadATCD-47e3dc9c4eba01fb225f1089911f5e365e503a67.tar.gz
ChangeLogTag: Thu Jul 14 21:42:43 UTC 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/docs/performance.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/docs/performance.html b/TAO/docs/performance.html
index 92359866b5d..e568d8bdd38 100644
--- a/TAO/docs/performance.html
+++ b/TAO/docs/performance.html
@@ -623,9 +623,8 @@ If portable interceptors aren't needed, code around line 729 in
code will be skipped by the preprocessor.
<P>
-The following IDL compiler options can be used to reduce compile-time
-footprint:<p>
-<TABLE BORDER=2 CELLSPACING=2 CELLPADDING=2 ID="Table1">
+<TABLE BORDER=2 CELLSPACING=2 CELLPADDING=2>
+<caption><b>IDL compiler options to reduce compile-time footprint</b></caption>
<TH>Command-Line Option
<TH>Description and Usage
<TR>
@@ -693,15 +692,13 @@ footprint:<p>
<td>16</td>
<td>1</td>
<td>-</td>
- <td>The size of the internal table that stores all ORB Core's.</td>
+ <td>The size of the internal table that stores all ORB Cores.</td>
</tr>
</tr>
<tr><td></td>
</tr>
</tbody></table></p><p>
-
-
More information on reducing the memory footprint of TAO is available
<A
HREF="http://www.ociweb.com/cnb/CORBANewsBrief-200212.html">here</A>. <P>