You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MERGE #5424@dilijev] regexBytecodeDebug: Fix printing of set negations; don't print sizeof and alignof
Merge pull request #5424 from dilijev:regexBytecodeDebug-printFix
Noticed a few bugs while helping @kfukuda2 debug Regex.
* -regexDebug: Output of bytecode names for set negations and non-negations were swapped in a few places.
* -regexBytecodeDebug: sizeof and alignof were previously useful to see wasted space in bytecode layout, but now that bytecode is packed, they provide no additional information.
0 commit comments