Bug 1989

Summary: Footprint reduction issue, split Sequence files
Product: TAO Reporter: Johnny Willemsen <jwillemsen>
Component: ORBAssignee: Johnny Willemsen <jwillemsen>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 1.4.2   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 2181, 1929    

Description Johnny Willemsen 2004-11-25 08:50:25 CST
Placeholder for an issue to reduce footprint/compilation time, split the 
Sequence files

---

On Wednesday, 24 November, 2004 at 16:28:41 +0100, Johnny Willemsen wrote:
[...]
 > When I look at the generated code, in the C.h the file Sequence_T.h is
 > included, which includes Sequence.h. When we split Sequence.h without
 > splitting Sequence_T.h then in Sequence_T.h we have to include all new
 > Sequence files and only can just include Sequence_T.h, we have then the
 > reduction in footprint, but not in the amount of includes. When we also
 > split Sequence_T.h, each new _T file can include just the needed new
 > Sequence files, and then also the IDL compiler can generate a more specific
 > include than Sequence_T.h, which could save us includes there.

I know you were going to talk about this :-)! 

The reason Sequence.h is there in Sequence_T.h, AFAIK (and remember)
is that you need the specializations to be available before the
template class definitions so that the compiler can pick it up. To get
around this, we could do 

1. remove Sequence.h from the Sequence_T.h, split Sequence.h and


2. Make the IDL compiler include the right Sequence_*.h header file
   before Sequence_T.h The IDL has backend has enough information for
   this to happen. 

   or

3. Create an IDL_Sequence_T.h which includes all the Sequence_*.h and
   Sequence_T.h. The generated code can then include IDL_Sequence_T.h 


I like #2 BTW. 

Thanks
bala
Comment 1 Johnny Willemsen 2004-11-26 02:41:10 CST
accepting for tao-support
Comment 2 Johnny Willemsen 2005-11-23 07:02:07 CST
Things will be change when the new sequenceimplementation is available
Comment 3 Johnny Willemsen 2005-12-19 09:41:20 CST
accept
Comment 4 Johnny Willemsen 2006-04-19 07:22:40 CDT
Wed Apr 19 07:48:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>