On Tue, May 6, 2014 at 7:46 AM, Paul Eggert wrote: > Thanks, I pushed that with minor changes to the ChangeLog message (first > attached patch). It's a tad faster to combine the relevant flags at > compile-time so I did that (second attached patch). Reading your 0002 "dfa: minor performance improvement for previous change", I noticed that the fall-through "case BACKREF:" was not marked as such, so have added a few /* fallthrough */ comments, to mark the places where one (or a static analyzer) might have a doubt: