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

Reduce BearSSL code size by not -O2 FSMs #7807

Merged
merged 2 commits into from
Jan 3, 2021

Commits on Jan 3, 2021

  1. Reduce BearSSL code size by not -O2 FSMs

    The FSMs that drive the encryption logic are not performance critical,
    but they are very large.  Build BearSSL using -Os on them, leaving -O2
    everywhere else (i.e. encryption) for speed.
    
    Saves 1-2KB of flash for SSL applications.
    earlephilhower committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    b8dacb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4633208 View commit details
    Browse the repository at this point in the history