commit | 9057a0026ea9b40744f2eaa91d9540c9bd410079 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Apr 10 17:44:27 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Apr 10 17:49:41 2021 +0200 |
tree | ee65824ed18a68dabb1bb71e6d5183193ca413ff | |
parent | 9dee2150f6a704d86b6b57047489eecc313ac67a [diff] |
CLEANUP: pattern: make all pattern tables read-only Interestingly, all arrays used to declare patterns were read-write while only hard-coded. Let's mark them const so that they move from data to rodata and don't risk to experience false sharing.