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

Code size reduction from panic reduction #145

Merged
merged 5 commits into from
Jan 28, 2024

Commits on Jan 28, 2024

  1. Move misplaced doccomment

    kornelski committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    3c33b7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6b3792 View commit details
    Browse the repository at this point in the history
  3. Make init_tree fallible

    kornelski committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    04db3f9 View commit details
    Browse the repository at this point in the history
  4. Add bounds checks to init_tree

    This eliminates costlier implicit panicking bounds checks
    kornelski committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    7ed44b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ed329c View commit details
    Browse the repository at this point in the history