Bug 3034

Summary: CORBA/e micro doesn't define typecode
Product: TAO Reporter: Johnny Willemsen <jwillemsen>
Component: ORBAssignee: DOC Center Support List (internal) <tao-support>
Status: NEW ---    
Severity: enhancement    
Priority: P3    
Version: 1.5.10   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 2181    

Description Johnny Willemsen 2007-08-08 08:47:07 CDT
with corba/e micro there is no TypeCode and Any support. We don't have this supported yet in TAO.
Comment 1 Johnny Willemsen 2007-08-08 09:21:36 CDT
Adding this feature to CORBA/e will result in another drop of more then 100Kb for the Hello world server with CORBA/e enabled. That would then result that the footprint of the Hell world server drops below 1Mb, it is currently 1095434
Comment 2 Johnny Willemsen 2007-08-08 09:33:08 CDT
We should then compile all pidl files with -Sa -St but there are a lot of mpc files that again add/remove these flags. It will be hard to get this right for all files when we add these flags to the corba/e micro feature. Probably it will be better that the IDL compiler just ignores -Sa/-St/-GA when the option -Gcem is used (Generate Corba E micro).