Open GoogleCodeExporter opened 9 years ago
I'm not sure what you mean. I try not to duplicate code unless there's a
measurable benefit in terms of speed, which only really occurs in a tight loop,
e.g. in 'match_many_ANY'.
Original comment by re...@mrabarnett.plus.com
on 25 Oct 2013 at 5:31
i am reading _regex.c,
duplicate code of "switch (state->charsize)" and "_REV/_IGN" is really ugly ...
modern compiler can optimize function with const parameter correctly,
i think it's ok to make them together.
Original comment by Lyricconch
on 26 Oct 2013 at 2:04
Original issue reported on code.google.com by
Lyricconch
on 25 Oct 2013 at 4:50