[weld-issues] [JBoss JIRA] (WELD-1135) Investigate faster ways of performing type safe resolution

Ales Justin (JIRA) jira-events at lists.jboss.org
Fri Jun 1 10:17:18 EDT 2012


    [ https://issues.jboss.org/browse/WELD-1135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698061#comment-12698061 ] 

Ales Justin commented on WELD-1135:
-----------------------------------

How much time do we spend in HierarchyDiscovery?
(as I think it could be improved, since debugging it 2 days ago,
I think we're sometimes doing dup work ... need to check to be 100%)

                
> Investigate faster ways of performing type safe resolution
> ----------------------------------------------------------
>
>                 Key: WELD-1135
>                 URL: https://issues.jboss.org/browse/WELD-1135
>             Project: Weld
>          Issue Type: Bug
>            Reporter: Stuart Douglas
>             Fix For: 1.2.0.CR1
>
>
> At the moment quite a lot of bootstrap time is spent resolving injection points and events. By far the majority of this time is spent resolving container events that form part of the portable extensions SPI. As these events are parameterised types the resolution cannot be cached (as ProcessAnnotatedType<ClassA> can resolve differently to ProcessAnnotatedType<ClassB> ). 
> We should investigate if there is a faster way to do this, if not in the general case then at least for these container events.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the weld-issues mailing list