Re: [PATCH 2/8] Speed up lookup_constraint

2014-06-10 Thread Jeff Law
On 06/05/14 15:29, Richard Sandiford wrote: lookup_constraint is also an out-of-line switch-based function. Since most constraints are still single-letter ones, it should be more efficient to have a lookup array for the single-character case and an out-of-line function for the more complicated on

[PATCH 2/8] Speed up lookup_constraint

2014-06-05 Thread Richard Sandiford
lookup_constraint is also an out-of-line switch-based function. Since most constraints are still single-letter ones, it should be more efficient to have a lookup array for the single-character case and an out-of-line function for the more complicated ones. This becomes even more important with the