Bug 3034 - CORBA/e micro doesn't define typecode
Summary: CORBA/e micro doesn't define typecode
Status: NEW
Alias: None
Product: TAO
Classification: Unclassified
Component: ORB (show other bugs)
Version: 1.5.10
Hardware: All All
: P3 enhancement
Assignee: DOC Center Support List (internal)
URL:
Depends on:
Blocks: 2181
  Show dependency tree
 
Reported: 2007-08-08 08:47 CDT by Johnny Willemsen
Modified: 2007-08-08 09:33 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).