Bug 263617 - Avoid linear Trace search during mapping invocations
Summary: Avoid linear Trace search during mapping invocations
Status: RESOLVED FIXED
Alias: None
Product: QVTo
Classification: Modeling
Component: Engine (show other bugs)
Version: 1.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 2.0 M5   Edit
Assignee: Radomil Dvorak CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2009-02-04 06:23 EST by Radomil Dvorak CLA
Modified: 2009-02-04 07:35 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Radomil Dvorak CLA 2009-02-04 06:23:45 EST
When check whether a relation already holds for the mapping being invoked, linear search on traces is performed.
The more times the given mapping was already called, the more time consuming the the search and
therefore the mapping call takes.
Comment 1 Radomil Dvorak CLA 2009-02-04 07:35:54 EST
Committed.