summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-07-28 16:58:36 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-07-28 16:58:36 +0000
commitf8e1e7dee648a62118d5fc189b624c08157a3c5e (patch)
tree2d33464e5d4ea4c2cf2c5d9afe29b53a6cfa6daa
parentcb7ec18e7d52b54f0c2b50dab5cbd3ad7498207e (diff)
downloadATCD-f8e1e7dee648a62118d5fc189b624c08157a3c5e.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b11
-rw-r--r--TAO/ChangeLog-99c20
2 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 6f444827109..4a39d4622f3 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,14 @@
+Wed Jul 28 11:23:36 1999 Ossama Othman <othman@cs.wustl.edu>
+
+ * ace/Message_Block.h:
+ * ace/Message_Block.cpp (clone):
+
+ Added argument that allows the characteristics of an
+ ACE_Data_Block to be copied without copying the data that the
+ ACE_Data_Block holds. This modification is part of a zero-copy
+ optimization for TAO. Thanks to Carlos for implementing this
+ change.
+
Wed Jul 28 10:32:11 1999 David L. Levine <levine@cs.wustl.edu>
* include/makeinclude/platform_vxworks5.x_g++.GNU: on
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 58bda91aac5..06050b8ec69 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,23 @@
+Wed Jul 28 11:51:45 1999 Ossama Othman <othman@cs.wustl.edu>
+
+ * performance-tests/Cubit/TAO/IDL_Cubit/README:
+
+ Added documentation for the newly added -b client option.
+
+ * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.{h,cpp}:
+
+ Added zero-copy optimization for octet sequence test. Thanks to
+ Carlos for adding this optimization.
+
+ Added ability to specify a different octet sequence length when
+ running the small_octet_seq test by using the newly added '-b'
+ option.
+
+ * performance-tests/Cubit/TAO/IDL_Cubit/benchmark.sh:
+ * performance-tests/Cubit/TAO/IDL_Cubit/benchmark_sequence.sh:
+
+ Scripts useful for running IDL_Cubit benchmarks.
+
Wed Jul 28 10:46:45 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* orbsvcs/orbsvcs/Trader/Service_Type_Repository.cpp: