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

Optimize codegen for collections expression of single spread of ReadOnlySpan for collection builder emit strategy #73102

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Apr 19, 2024

  1. Optimize codegen for collections expression of single spread of `Read…

    …OnlySpan` in case of collection builder emit strategy
    DoctorKrolic committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d5eb625 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60457cf View commit details
    Browse the repository at this point in the history
  3. Move check up

    DoctorKrolic committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    2ff4c44 View commit details
    Browse the repository at this point in the history
  4. Extract common logic

    DoctorKrolic committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    368cad4 View commit details
    Browse the repository at this point in the history
  5. Ref struct work

    DoctorKrolic committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    5a2c7a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Add comment

    DoctorKrolic committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    bb722db View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Reorder checks

    DoctorKrolic committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    a2ce5d8 View commit details
    Browse the repository at this point in the history
  2. Add more tests

    DoctorKrolic committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    41c4dfd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd94031 View commit details
    Browse the repository at this point in the history
  4. Reduce nesting

    DoctorKrolic committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    03158cd View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Strengthen condition

    DoctorKrolic committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    41afa8a View commit details
    Browse the repository at this point in the history