statics in header files causing binary bloat
Status: Abandoned
Brought to you by:
mdwood-intel
Currently, there are statics in header files. This causes space to be allocated in each object file for each file which includes the header file. In the case of SSL, including a file for one OID definition resulted in a 150k increase in size. If we can define these statics in other ways and/or decrease the amount of stuff included in these files, we could decrease the overall footprint of CDSA and CDSA applications.
### 312_1031 ###