Skip to content

Conversation

@klauspost
Copy link

@klauspost klauspost commented Mar 11, 2020

Add -v to display fields where padding is added.

Example:

...\encoder_options.go:14:21: struct of size 64 could be 56
Field sizes in order:
        *  concurrent int: 8:8
        *  crc bool: 1:1
        !!!  single *bool: 8:15
        *  pad int: 8:8
        *  blockSize int: 8:8
        *  windowSize int: 8:8
        *  level github.com/klauspost/compress/zstd.EncoderLevel: 8:8
        *  fullZero bool: 1:1
        *  noEntropy bool: 1:1

Add `-v` to display fields where padding is added.

Example:

```
e:\gopath\src\github.com\klauspost\compress\zstd\encoder_options.go:14:21: struct of size 64 could be 56
Field sizes in order:
        *  concurrent int: 8:8
        *  crc bool: 1:1
        !!!  single *bool: 8:15
        *  pad int: 8:8
        *  blockSize int: 8:8
        *  windowSize int: 8:8
        *  level github.com/klauspost/compress/zstd.EncoderLevel: 8:8
        *  fullZero bool: 1:1
        *  noEntropy bool: 1:1
```
@klauspost
Copy link
Author

oh. #8 is already here ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant