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

[huf] Reduce stack usage of HUF_readDTableX2 by ~972 bytes #2524

Merged
merged 4 commits into from
Mar 22, 2021

Commits on Mar 5, 2021

  1. [huf] Reduce stack usage of HUF_readDTableX2 by ~460 bytes

    * Use `HUF_readStats_wksp()`
    * Use workspace in `HUF_fillDTableX2*()`
    * Clean up workspace usage to use a workspace struct
    terrelln committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    0f18059 View commit details
    Browse the repository at this point in the history
  2. [fse] Reduce stack usage of FSE_decompress_wksp() by 512 bytes

    * Move `counting` into the workspace
    * Inrease `HUF_DECOMPRESS_WORKSPACE_SIZE` by 512 bytes
    terrelln committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    3b1aba4 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. [huf][fse] Clean up workspaces

    * Move `counting` to a struct in `FSE_decompress_wksp_body()`
    * Fix error code in `FSE_decompress_wksp_body()`
    * Rename a variable in `HUF_ReadDTableX2_Workspace`
    terrelln committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    756bd59 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

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