Bug 3550

Summary: Check performance of sequences when shrinking
Product: TAO Reporter: Johnny Willemsen <jwillemsen>
Component: ORBAssignee: DOC Center Support List (internal) <tao-support>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 1.6.7   
Hardware: All   
OS: Windows NT   
Bug Depends on: 3481, 3548    
Bug Blocks: 3574    

Description Johnny Willemsen 2009-01-20 12:57:08 CST
we should check the performance of the sequences when the length of the sequence is decreased. At this moment the elements that aren't accessable anymore are first released and then initialized to the default value. the release is needed to release the references, the reinitialize then puts all values to the default value and allocates new elements. The question is whether this could be combined in one step.