Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zstd: Trigger BCE by switching on lengths #716

Merged
merged 2 commits into from Dec 19, 2022

Commits on Dec 18, 2022

  1. zstd: Trigger BCE by switching on lengths

    This patches reduces the number of bounds checks in zstd, as reported by
    
    	go build -gcflags="-d=ssa/check_bce/debug=1" |& wc -l
    
    from 723 to 693.
    greatroar committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    5c43571 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    73ebf80 View commit details
    Browse the repository at this point in the history