Bug 389719 - [common.types] Annotation computation in runtime scenario is overly expensive
Summary: [common.types] Annotation computation in runtime scenario is overly expensive
Status: NEW
Alias: None
Product: TMF
Classification: Modeling
Component: Xtext (show other bugs)
Version: 2.4.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-17 09:24 EDT by Sebastian Zarnekow CLA
Modified: 2013-08-26 03:48 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Zarnekow CLA 2012-09-17 09:24:58 EDT
Observed with the type system tests:

Disabling DeclaredTypeFactory.createAnnotationValues(AnnotatedElement, JvmAnnotationTarget) reduced the runtime for the typesystem.completeSuite almost from approx 150 sec down to 70 secs

We should consider to compute the annotations on demand.