summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-04 01:24:17 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-04 01:24:17 +0000
commit07b4834fa0c187500f36958a400bc9ecd84c6464 (patch)
treeb045bd51aaeb1256513bfafb286683a4db0a9a3b
parent6b272fe61cd9133ffd2e515d652f3f08431dae4c (diff)
downloadATCD-07b4834fa0c187500f36958a400bc9ecd84c6464.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c32
1 files changed, 32 insertions, 0 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 0d9eb74cc52..372a5bcd695 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,35 @@
+Sat Oct 3 20:20:14 1998 Alexander Babu Arulanthu <alex@cs.wustl.edu>
+
+ * TAO_IDL/be/be_interface.cpp (gen_gperf_lookup_methods): Added
+ code to handle Binary Search operation lookup strategy. Not yet
+ tested with GPERF.
+
+ * tao/Operation_Table.cpp: Added class for Binary Search operation
+ lookup strategy. s
+
+ * TAO_IDL/be_include/be_codegen.h: New LOOKUP_STRATEGY enum for
+ Binary search.
+
+ * tao/Operation_Table.h (TAO_Active_Demux_OpTable): Added class
+ for Binary Search operation lookup strategy.
+
+ * TAO_IDL/be_include/be_interface.h (be_type): Added private
+ methods to generate code for binary searh and linear search. Not
+ yet tested with GPERF. Doesnt harm using the old operation lookup
+ strategies.
+
+ * TAO_IDL/include/idl_global.h (class IDL_GlobalData): Renamed
+ perfect_hasher by gperf_path. gperf is going to be used for binary
+ search and linear search as well. So it is not specific to perfect
+ hashing.
+
+ * TAO_IDL/driver/drv_args.cpp (DRV_parse_args): Changed the option
+ <-H dynamic> to <-H dynamic_hash>. Added options
+ <-H perfect_hash>, <-H binary_search> and <-H linear_search>. Do
+ NOT try these *_search options yet. It is yet to be tested with
+ GPERF. Also extended testing for GPERF's existance in the case of
+ Binary Search strategy also.
+
Sat Oct 3 19:35:05 1998 Balachandra Natarajan <bala@lambada.cs.wustl.edu>
* Any.cpp
Fix for memeory leaks in extraction.