[webbeans-issues] [JBoss JIRA] Commented: (WBRI-357) Perform profiling for performance hotspots

Pete Muir (JIRA) jira-events at lists.jboss.org
Fri Aug 14 15:17:26 EDT 2009


    [ https://jira.jboss.org/jira/browse/WBRI-357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12480924#action_12480924 ] 

Pete Muir commented on WBRI-357:
--------------------------------

An obvious performance hotspot is assignability. It is called for every resolution and more. However, given we cache all resolutions, this may only affect deployment time significantly - this would need verifying, and more caching used if necessary.

If it is only a deployment time issue, caching may help, but may also just affect scalability with little improvement as a particular check may only be used once.

Options for improvement are limited, but include checking short circuit loops where possible and look at faster algorithms. Another option is to look at performing assignability checks in other threads.

> Perform profiling for performance hotspots
> ------------------------------------------
>
>                 Key: WBRI-357
>                 URL: https://jira.jboss.org/jira/browse/WBRI-357
>             Project: Web Beans
>          Issue Type: Sub-task
>            Reporter: Pete Muir
>
> Grouping issue for suspected performance hotspots

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the weld-issues mailing list