Bug 3550 - Check performance of sequences when shrinking
Summary: Check performance of sequences when shrinking
Status: NEW
Alias: None
Product: TAO
Classification: Unclassified
Component: ORB (show other bugs)
Version: 1.6.7
Hardware: All Windows NT
: P3 normal
Assignee: DOC Center Support List (internal)
URL:
Depends on: 3481 3548
Blocks: 3574
  Show dependency tree
 
Reported: 2009-01-20 12:57 CST by Johnny Willemsen
Modified: 2009-02-17 07:16 CST (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 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.