summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-09 21:55:16 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-09 21:55:16 +0000
commit0b363d89f4773b84fde7bf351808733d47b6f04f (patch)
tree22284ff6f2e4bacf3b6e06c5335c9f8dbf0804c7
parent89620cff8eb3cdf0d07fd3b07f81fce975dc6f48 (diff)
downloadATCD-0b363d89f4773b84fde7bf351808733d47b6f04f.tar.gz
ChangeLogTag:Fri Oct 9 16:27:46 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
-rw-r--r--TAO/ChangeLog-98c5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index dfabfb3b993..6fdc26cd6db 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -17,7 +17,10 @@ Fri Oct 9 16:27:46 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
We do not overload operator new and operator delete anymore. The
allocators we were using were problematic for this use case and
we believe that a better speed up can be obtained by reducing
- the number of allocations.
+ the number of allocations. Thanks to "Mark Hyett"
+ <mhyett@std.saic.com>, "Mark L. Boriack"
+ <mboriack@std.saic.com>, "J. Russell Noseworthy"
+ <rnosewor@objectsciences.com> for helping us with this bug.
Fri Oct 09 15:27:17 1998 Nanbor Wang <nanbor@cs.wustl.edu>