[jboss-jira] [JBoss JIRA] Assigned: (JBAOP-431) Avoid excessive casting in generated joinpoint classes
Kabir Khan (JIRA)
jira-events at lists.jboss.org
Wed Jun 27 11:48:04 EDT 2007
[ http://jira.jboss.com/jira/browse/JBAOP-431?page=all ]
Kabir Khan reassigned JBAOP-431:
--------------------------------
Assignee: Flavia Rainone (was: Kabir Khan)
Flavia, as discussed on MSN I have got rid of the casting for Invocation, JoinpointInfo, and Target (for around advice). Would you mind seeing if it is possible to get rid of this casting for things like Caller, Arg etc?
> Avoid excessive casting in generated joinpoint classes
> ------------------------------------------------------
>
> Key: JBAOP-431
> URL: http://jira.jboss.com/jira/browse/JBAOP-431
> Project: JBoss AOP
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Reporter: Kabir Khan
> Assigned To: Flavia Rainone
> Fix For: 2.0.0.beta
>
>
> in JoinPoint.invoke() and invokeNext() we do not need to cast the joinpoint argument
> around.around(this);
> is noticably faster than
> around.around((MethodInvocation)this);
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list