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

Constant stackalloc can be optimized by the JIT. #569

Merged
merged 38 commits into from
Aug 3, 2021

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    3263e61 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Add message to test

    ycrumeyrolle committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    a708a36 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    e58054d View commit details
    Browse the repository at this point in the history
  2. Update TFM for tests

    ycrumeyrolle committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    e8b833e View commit details
    Browse the repository at this point in the history
  3. Rollback

    ycrumeyrolle committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    ed1c2a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61cac22 View commit details
    Browse the repository at this point in the history
  5. Fix build

    ycrumeyrolle committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    749d078 View commit details
    Browse the repository at this point in the history
  6. Fix Linux tests

    ycrumeyrolle committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    e4634df View commit details
    Browse the repository at this point in the history
  7. Add debug infos

    ycrumeyrolle committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    4a64657 View commit details
    Browse the repository at this point in the history
  8. Test

    ycrumeyrolle committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    a647214 View commit details
    Browse the repository at this point in the history
  9. Update tests

    ycrumeyrolle committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    6fb0841 View commit details
    Browse the repository at this point in the history
  10. Fix ?

    ycrumeyrolle committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    c5b1723 View commit details
    Browse the repository at this point in the history
  11. Adds debug info 2

    ycrumeyrolle committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    8ad28c3 View commit details
    Browse the repository at this point in the history
  12. fix test

    ycrumeyrolle committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    a23c0e2 View commit details
    Browse the repository at this point in the history
  13. Test

    ycrumeyrolle committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    8a62ca1 View commit details
    Browse the repository at this point in the history
  14. Try to fix

    ycrumeyrolle committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    6bf8da3 View commit details
    Browse the repository at this point in the history
  15. test

    ycrumeyrolle committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    f0c76ef View commit details
    Browse the repository at this point in the history
  16. test

    ycrumeyrolle committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    842192d View commit details
    Browse the repository at this point in the history
  17. Update dotnetcore.yml

    ycrumeyrolle committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    8ff1c0d View commit details
    Browse the repository at this point in the history
  18. Update dotnetcore.yml

    ycrumeyrolle committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    6ebbee7 View commit details
    Browse the repository at this point in the history
  19. test

    ycrumeyrolle committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    24559a9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    dbea385 View commit details
    Browse the repository at this point in the history
  21. test

    ycrumeyrolle committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    5fdf868 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. test

    ycrumeyrolle committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    7b03811 View commit details
    Browse the repository at this point in the history
  2. test

    ycrumeyrolle committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    9e801cf View commit details
    Browse the repository at this point in the history
  3. test

    ycrumeyrolle committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    3f718a1 View commit details
    Browse the repository at this point in the history
  4. Finaly...

    Fix ESXXX KID computation cause by incorrect canonicalized JWK size ('crv' was computed as base64-encoded)
    ycrumeyrolle committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    d386dd1 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Add ES256K tests

    ycrumeyrolle committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    39724ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0f7ad9 View commit details
    Browse the repository at this point in the history
  3. Update dotnetcore.yml

    ycrumeyrolle committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    ef7b1e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. EllipticalCurve is now a class instead of a readonly struct.

    This reduce the cost of struct copy.
    ycrumeyrolle committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    2e14172 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    8f0216e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7baf086 View commit details
    Browse the repository at this point in the history
  3. Fix build

    ycrumeyrolle committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    94cb922 View commit details
    Browse the repository at this point in the history
  4. Dammit...

    ycrumeyrolle committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    88aa30e View commit details
    Browse the repository at this point in the history
  5. Next try

    ycrumeyrolle committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    45247f0 View commit details
    Browse the repository at this point in the history
  6. next...

    ycrumeyrolle committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    a3f0ffc View commit details
    Browse the repository at this point in the history
  7. fix?

    ycrumeyrolle committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    1abd8c4 View commit details
    Browse the repository at this point in the history