summaryrefslogtreecommitdiff
path: root/TAO/docs
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-16 16:12:52 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-16 16:12:52 +0000
commite9c4834f14473c6f78b723f12c53e3755b195a20 (patch)
tree445d1f3e901418eb22cd80ee1623894c6418234e /TAO/docs
parent2c4f3215dae6181e9efb98c6692ef023f4031f00 (diff)
downloadATCD-e9c4834f14473c6f78b723f12c53e3755b195a20.tar.gz
Added another optimization for CDR streaming.
Diffstat (limited to 'TAO/docs')
-rw-r--r--TAO/docs/releasenotes/TODO.html14
1 files changed, 11 insertions, 3 deletions
diff --git a/TAO/docs/releasenotes/TODO.html b/TAO/docs/releasenotes/TODO.html
index fd112dcf590..5770758e467 100644
--- a/TAO/docs/releasenotes/TODO.html
+++ b/TAO/docs/releasenotes/TODO.html
@@ -189,8 +189,9 @@
</LI>
<LI><P>Demarshaling and managment of Anys could be optimized,
- they esentially keep a *copy* of the CDR stream,
- but they could just keep a reference.
+ they esentially keep a copy of the CDR stream,
+ but they could just keep a reference (and increase the
+ reference count).
</P>
</LI>
@@ -219,7 +220,14 @@
hashing.
</P>
</LI>
-
+
+ <LI><P>The CDR streaming classes compute the alignment on each
+ operation, but they could remember the alingment from the
+ previous insertion or extraction operation; saving a few
+ cycles but spending a little more memory.
+ </P>
+ </LI>
+
</OL>
<H4>New features and Bug fixes</H4>