Bug 431762 - [plan] [performance] tweak fast match for point cut matching
Summary: [plan] [performance] tweak fast match for point cut matching
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: 1.8.0.M1   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: 1.8.0   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-01 20:11 EDT by Andrew Clement CLA
Modified: 2014-04-01 20:37 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:11:39 EDT
Fastmatch for And and Or pointcuts do not currently exit early if the left branch evaluates to false ('and' version) or true ('or' version).
Comment 1 Andrew Clement CLA 2014-04-01 20:37:03 EDT
Simple fix. Wonder if it is worth creating And point cuts for a list of operands rather than just two operands. To reduce the number of operator nodes (and/or) we create for complex point cuts.