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

Use custom LWIP checksum for ~13% faster checksums #2172

Merged
merged 2 commits into from
May 22, 2024
Merged

Commits on May 22, 2024

  1. Use custom LWIP checksum for ~13% faster checksums

    Use -O2 only on the LWIP checksum routine, resulting in a speedup of
    around 13% (checksumming only, not entire LWIP stack) for 72 add'l bytes
    of flash.
    earlephilhower committed May 22, 2024
    Configuration menu
    Copy the full SHA
    5db601e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e335c6 View commit details
    Browse the repository at this point in the history