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

tune code size / gas for bytes copy routines #2738

Closed
wants to merge 11 commits into from

Commits on Apr 2, 2022

  1. Configuration menu
    Copy the full SHA
    6b51a1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a41f007 View commit details
    Browse the repository at this point in the history
  3. fix lint

    charles-cooper committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    658192c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6714a4 View commit details
    Browse the repository at this point in the history
  5. refactor make_setter a bit

    merge shared code blocks in dynarray and static array/tuple
    charles-cooper committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    f27bb86 View commit details
    Browse the repository at this point in the history
  6. remove caching for base types

    they are only referenced once, in a single load/store, so it is not
    necessary to cache them
    charles-cooper committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    420aa9d View commit details
    Browse the repository at this point in the history
  7. fix annotations

    charles-cooper committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    cf635ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6760176 View commit details
    Browse the repository at this point in the history
  9. fix lint

    charles-cooper committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    508a28b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3c21a7a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    591ba5c View commit details
    Browse the repository at this point in the history