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 the amount of llvm IR generated #1903

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 11, 2021

  1. perf: Avoid doing to_string on string elements

    Markus Westerlind committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    aeffede View commit details
    Browse the repository at this point in the history
  2. perf: Avoid calling to_string on String fields

    Markus Westerlind committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    92f680c View commit details
    Browse the repository at this point in the history
  3. perf: Make the sign_and_dispatch helper non-generic

    Reduces the llvm-lines for s3 to 400k from 460k (-13%)
    Markus Westerlind committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    38a8728 View commit details
    Browse the repository at this point in the history
  4. Shrink parse_response a bit

    Markus Westerlind committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    4daebb5 View commit details
    Browse the repository at this point in the history
  5. perf: Make parse_response non-generic

    Removes another ~6% of llvm-lines from s3
    Markus Westerlind committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    4a86edc View commit details
    Browse the repository at this point in the history
  6. Avoid calling as_ref() repeatedly

    Markus Westerlind committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    a224a33 View commit details
    Browse the repository at this point in the history
  7. No need for refine in rest_json

    Markus Westerlind committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    b3991f4 View commit details
    Browse the repository at this point in the history