commit | 0403bedccc17c8ea3059523e32ea615e5df4bc26 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Wed Apr 11 01:33:54 2018 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Wed Apr 11 01:34:46 2018 +0200 |
tree | f7cd40adbfc0ee1ccd0bad90e319daf146ad5937 | |
parent | 89e9d5534d0e8879803ed9dbb25dff3989c31202 [diff] |
hush: optimize parse_stream() Since we check for '\' anyway when we determine whether we can look ahead, we can just check for *and handle* it there. function old new delta parse_stream 2751 2740 -11 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>