Bug 431764 - [plan][performance] adjust point cut rewriting to differentiate more cases
Summary: [plan][performance] adjust point cut rewriting to differentiate more cases
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: 1.8.0   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: 1.8.1   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-01 20:19 EDT by Andrew Clement CLA
Modified: 2014-04-01 20:20 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Clement CLA 2014-04-01 20:19:59 EDT
Pointcut rewriting currently scores point cuts in terms of the complexity of matching them so it can make the cheaper checks first.  Some cases are lumped together and should probably be scored differently, for example (within(com.foo..*) and within(@Foo *)).