Actions
Optimization #6855
closed
VJ
JL
src: var code cleanups
Optimization #6855:
src: var code cleanups
Effort:
Difficulty:
Label:
Description
GenericVar and related types use a field "type" which is 8 bits, but it is used to hold the sigmatch type, which is 16 bits. It's not currently causing issues, but needs to be cleaned up.
Actions